[Bug 766898] player: Add a message queue API in addition to the signals

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Aug 27 14:03:44 UTC 2018


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

--- Comment #16 from rland <rlandjon at gmail.com> ---
BTW, it seems that we need to consider the thread safety of api-bus, because we
expose internal variables in the form of API. Considering that when the user
program that has no GLib main loop  context, most likely to call
gst_bus_timed_pop() or gst_bus_pull() in a separate thread. We don't want the
object to be destroyed when api_bus is being used.
for people who are not familiar with gstbus, it is not an easy task to use
bus-api correctly.:(

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