[Bug 765615] Setting avdec_h264's (which is in a uridecodebin) parameter max-threads sometime been ignored

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Apr 26 15:35:21 UTC 2016


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

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
This means you do it in the normal asynchronous bus watch which is called from
your application thread.

This means that the avdec_h264 element in the streaming thread may already be
up and running by the time you are processing that message, in which case the
setting will not be effective.

For this particular use case you need to use a gst_bus_set_sync_handler(), but
you should still process all other things in your normal existing bus watch.

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