Skip to content

[video_player_avplay] Replace ecore-wl2 with tizen_window_manager plugin - #1149

Merged
xiaowei-guan merged 3 commits into
flutter-tizen:mainfrom
xiaowei-guan:video_player_avplay_remove_ecore_wl2
Sep 11, 2026
Merged

xiaowei-guan merged 3 commits into
flutter-tizen:mainfrom
xiaowei-guan:video_player_avplay_remove_ecore_wl2

Conversation

@xiaowei-guan

@xiaowei-guan xiaowei-guan commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

To remove ecore_wl2_window related code. we apply Tizen Window manager plugin to get the window geometry.

Addresses : #1138

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 384df66453

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

}

if (!SetDisplay()) {
if (!SetDisplay(create_message.window_geometry())) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Refresh cached geometry before restoring PlusPlayer

When a PlusPlayer is recreated after suspension without a replacement DataSource, Dart sends the current window geometry in restore_message, but RestorePlayer only copies that message into create_message_ when restore_message->uri() is present and then calls Create(url_, create_message_). Because SetDisplay now relies on the geometry stored in that cached message rather than querying the window, a window resize or rotation while suspended recreates the display with stale dimensions; copy the new geometry into the cached create message even when the URI is omitted.

Useful? React with 👍 / 👎.

@xiaowei-guan
xiaowei-guan merged commit 6202f7f into flutter-tizen:main Sep 11, 2026
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.

2 participants