[video_player] Remove Ecore API#1034
Conversation
There was a problem hiding this comment.
Code Review
This pull request replaces the Ecore API with GLib APIs for event dispatching and screensaver timeout management in the Tizen video player implementation. Feedback on these changes identifies potential deadlocks from lock order inversion in PushEvent and SendError, a potential resource leak of main_context_ if construction fails, and a potential GLib warning if timer_id_ is not properly reset upon source destruction.
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.
Main changes:
#1032