[Bug 752791] basesink: drops first few buffers with dts/pts b-frame shift

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Aug 3 14:59:54 PDT 2015


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

--- Comment #6 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Created attachment 308705
  --> https://bugzilla.gnome.org/attachment.cgi?id=308705&action=edit
basesink: Restrict dropping out of segment buffer

Basesink shall not drop buffers unless it is doing synchronization.
Subclasses that do require synchronization implements get_times() and
indicate that they want a buffer to be synchronized by returning a valid
start time. This aligns the code dropping out of segment with the code
dealing with late buffers.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the gstreamer-bugs mailing list