[Bug 750397] CRITICAL: Race condition in GstBus

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Oct 13 17:10:19 UTC 2016


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

--- Comment #81 from James Stevenson <james at stev.org> ---

The alternative work around for this would be to use gst_bus_set_sync_handler.
This will skip over the race conditions that are present then roll your own bus
that you can sleep on a queue with something like g_async_queue_

This will make it work across multiple gstreamer versions eg 1.2->current and
without having to rebuild the gstreamer libraries.

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