[Bug 768586] On Raspbian Jessie set_window_handle() does not function

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 8 17:04:19 UTC 2016


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |t.i.m at zen.co.uk

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
What is the window xid/handle that it gets when it's not working?

I suspect there's a race with your window being realized in the main
application thread.

The best thing to do would be to get rid of the sync message handler entirely.
Instead, realize your window in the main thread and set the video overlay
handle on playbin directly. It will then automatically proxy it to the video
sink later.

-- 
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