gstreamer/gst-libs/gst/adaptivedemux
Vincent Penquerc'h 5b7f60dada adaptivedemux: allow seeking before start in live streams
Some derived classes (at least dashdemux) expose a seeking range
based on wall clock. This means that a subsequent seek to the start
of this range will be before the allowed range.

To solve this, seeks without the ACCURATE flag are allowed to seek
before the start for live streams, in which case the segment is
shifted to start at the start of the new seek range. If there is
an end position, is is shifted too, to keep the duration constant.

https://bugzilla.gnome.org/show_bug.cgi?id=753751
2016-08-02 12:52:34 +01:00
..
gstadaptivedemux.c adaptivedemux: allow seeking before start in live streams 2016-08-02 12:52:34 +01:00
gstadaptivedemux.h adaptivedemux: Add more safeguards around state changes. 2016-07-15 14:33:23 +10:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 18:59:32 +01:00