[Bug 727843] glimagesink: shows only a black screen

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Apr 9 23:49:39 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=727843
  GStreamer | gst-plugins-bad | git

--- Comment #5 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-04-10 06:49:37 UTC ---
Hmm, that change works for me on my laptop.


The reason for that change is that glimagesink's state change function is
called from the application thread, creates the GL context and waits for it to
be created in another thread. For EAGL I will need to call something in the
application thread during the GL context creation, so would deadlock because of
that. The GL context thread is waiting for stuff to be done on the application
thread, the application thread is waiting for the GL context thread is waiting
for the application thread to do something.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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