[Bug 792601] Message bus lockup if getting pipeline state

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jan 17 18:05:48 UTC 2018


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

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
ASYNC_DONE indicates that the pipeline is now prerolled.

If you set the pipeline to PLAYING state originally, it will either just have
gone to PLAYING or is about to go to PLAYING very soon now (you will have
picked up the message from your main thread so don't know what happened in the
streaming threads in the time since it was posted).

If you want push-based notification for the pipeline state, use STATE_CHANGED
messages (with msg->src == pipeline).

If there are more questions, perhaps we can move this to irc or the mailing
list :)

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