Skip to content

[video_player_videohole] Remove Ecore API#1048

Open
gin7773 wants to merge 2 commits into
flutter-tizen:masterfrom
gin7773:video_player_videohole-remove-ecore
Open

[video_player_videohole] Remove Ecore API#1048
gin7773 wants to merge 2 commits into
flutter-tizen:masterfrom
gin7773:video_player_videohole-remove-ecore

Conversation

@gin7773

@gin7773 gin7773 commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Main changes:

  • Replace ecore_pipe with GLib GMainContext for thread-safe event dispatching
  • Remove dependency on Ecore library for main loop event handling

Co-Authored-By: Cline SR

- Replace ecore_pipe with GLib GMainContext for thread-safe event dispatching
- Remove dependency on Ecore library for main loop event handling
- Retain EcoreWl2WindowProxy for window geometry queries (dynamically loaded)

Co-Authored-By: Cline SR

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request replaces the Ecore API with GLib for event dispatching and license request processing in DrmManager and VideoPlayer, and bumps the package version to 0.5.9. The review feedback highlights critical concurrency issues, including holding mutexes during long-running operations and external callbacks, which can cause deadlocks, as well as potential data races on event_sink_ due to checking it outside of the mutex lock in PushEvent and SendError.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread packages/video_player_videohole/tizen/src/drm_manager.cc
Comment thread packages/video_player_videohole/tizen/src/video_player.cc
Comment thread packages/video_player_videohole/tizen/src/video_player.cc
Comment thread packages/video_player_videohole/tizen/src/video_player.cc
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.

1 participant