[Bug 792601] Message bus lockup if getting pipeline state

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jan 17 12:13:53 UTC 2018


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |t.i.m at zen.co.uk

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
> GObject.idle_add(p.set_state, Gst.State.PLAYING)
> # Uncomment this to freeze the bus (udptimeout messages not received)
> GObject.idle_add(p.get_state, Gst.CLOCK_TIME_NONE)

These two look very dubious to me. get_state takes more parameters and also
both functions return a GstStateChangeReturn and not a boolean.

I would recommend you write a test case in C first.

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