[Bug 745090] android: Fix changing GL window handle

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 20 08:15:19 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=745090

--- Comment #16 from Xavier Claessens <xclaesse at gmail.com> ---
Ok, understood what happens here. In glimagesink's _ensure_gl_setup() it calls
gst_video_overlay_prepare_window_handle() and gst_gl_window_set_window_handle()
BEFORE gst_gl_context_create(). That means that when it set the window handle,
it arrives in gst_gl_window_win32_send_message_async() and
window_win32->internal_win_id is 0 because it didn't create it yet.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list