[Bug 760554] Losing buffers when having multiple outputs

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jan 14 13:34:25 PST 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |NOTABUG
   Target Milestone|git master                  |NONE

--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
I think you can do that by setting qos=false on all filters between tee and the
video sinks, then only the video decoder will act on QoS events (assuming they
make it through the tee to the decoder; but keep in mind that a QoS issue in
any one of the branches will make the decoder drop frames then, so perhaps you
don't want that either). And you may need/want to set a higher max-lateness
value on the video sinks, so they don't drop stuff that's too late (but the QoS
event will still be sent).

Closing as NOTABUG since it's expected behaviour.

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