[Bug 766898] player: Add a message queue API in addition to the signals
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Aug 27 14:29:10 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=766898
--- Comment #17 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Can you describe in more detail what problems you see? GstBus usage seems quite
straightforward, you pop() on one side and post() on the other side(s) and all
sides need to have a strong reference to the bus for this to work.
Also GstBus has nothing to do with the GLib main loop, it can be integrated in
basically any kind of event loop. Via an fd or direct notifications for
example.
--
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