[Bug 750397] CRITICAL: Race condition in GstBus

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 27 09:17:12 UTC 2016


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

--- Comment #41 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
For the GMainContext related problems, it could make sense to implement it all
like how you would implement an external GstBus handler. Install a
sync_handler, call g_main_context_wakeup() from there, consider the GSource
ready if gst_bus_peek() return non-NULL and get around all the fd mess there.

That doesn't solve the problem though, as we still need to keep GstPoll
behaviour consistent across platforms.

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