Skip to content

Conversation

@xiaowei-guan
Copy link
Contributor

Because the native player api SetDisplayRoi only support int type:

void SetDisplayRoi(int32_t x, int32_t y, int32_t width, int32_t height)

But flutter widget widget postion type is double, There may be offset during type conversion, we need to make the video player ROI size slightly larger.

Copy link
Member

@JSUYA JSUYA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left a comment. If there is no problem, please ignore it.

@xiaowei-guan xiaowei-guan merged commit a8b3cb7 into flutter-tizen:master Dec 1, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants