[Bug 776491] multiqueue: Update buffering level based on the lowest value

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jan 31 07:48:14 UTC 2017


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

HoonHee Lee <hoonh83.lee at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hoonh83.lee at gmail.com

--- Comment #4 from HoonHee Lee <hoonh83.lee at gmail.com> ---
Created attachment 344623
  --> https://bugzilla.gnome.org/attachment.cgi?id=344623&action=edit
multiqueue: Adjust buffering level to MAX if SQ's srcpad is not linked

Dear All.

When I changed track so quickly and repeatedly, buffering message is not posted
as well.

After track is changed, new activated slot still on GST_FLOW_NOT_LINKED status.
Because, old pushed buffer is returned lately to the activated slot's output
and non activated slot still be accepted as activated slot.

So, it is better to use gst_pad_is_linked () instead of GST_FLOW_NOT_LINKED.

Thanks.

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