mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 10:55:34 +00:00
2c394304b7
Upstream driving elements such as dashdemux often do reverse playback by feeding qtdemux with the fragments containing the requested playback range in reverse order. But the requested playback range stop may be somewhere in the middle of a fragment. In that case, a naive pts >= segment.stop condition may declare end of segment prematurely when demuxing this first fragment. This used not to happen because there were places in moov parsing where segment.stop was overwritten to GST_CLOCK_TIME_NONE even if upstream_format_is_time -- resulting in this case in a segment with rate < 0 and stop == -1 and hence not triggering the EOS check, but that was likely an accident. This patch modifies the EOS check to take this case into account, not sending EOS when upstream_format_is_time if rate < 0. This fixes adaptive.dash.playback.seek_end_live.DASHIF_livestream_testpic_2s https://bugzilla.gnome.org/show_bug.cgi?id=752603 |
||
---|---|---|
.. | ||
atoms.c | ||
atoms.h | ||
atomsrecovery.c | ||
atomsrecovery.h | ||
descriptors.c | ||
descriptors.h | ||
fourcc.h | ||
gstisoff.c | ||
gstisoff.h | ||
gstqtmoovrecover.c | ||
gstqtmoovrecover.h | ||
gstqtmux-doc.c | ||
gstqtmux-doc.h | ||
gstqtmux.c | ||
gstqtmux.h | ||
GstQTMux.prs | ||
gstqtmuxmap.c | ||
gstqtmuxmap.h | ||
gstrtpxqtdepay.c | ||
gstrtpxqtdepay.h | ||
isomp4-plugin.c | ||
LEGAL | ||
Makefile.am | ||
meson.build | ||
properties.c | ||
properties.h | ||
qtatomparser.h | ||
qtdemux.c | ||
qtdemux.h | ||
qtdemux_debug.h | ||
qtdemux_dump.c | ||
qtdemux_dump.h | ||
qtdemux_lang.c | ||
qtdemux_lang.h | ||
qtdemux_types.c | ||
qtdemux_types.h | ||
qtpalette.h |