[Bug 778426] qtdemux: Properly handle edit list in push mode

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 23 16:06:08 UTC 2018


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

--- Comment #36 from Alicia Boya García <aboya at igalia.com> ---
(In reply to Alicia Boya García from comment #35)
> gst_qtdemux_map_and_push_segments() (which is used only in push mode) sends
> GAP events only for "spare" streams like subtitle tracks. This does not
> match the behavior in pull mode, where gaps are sent for all types of
> streams, but only if they are at least 1 second long.

Correction: the GAP events are sent in push mode too. The spare stream check is
used for a completely different thing, I got that mixed up.

Therefore in the end the only difference between the behavior in pull mode and
push mode after the patch is the 1 second check.

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