gstreamer/ext/smoothstreaming
Thiago Santos 731ab94cc3 adaptivedemux: handle snap seeks
Adaptive demuxers need to start downloading from specific positions
(fragments) for every stream, this means that all streams can snap-seek
to a different position when requested. Snap seeking in this case will
be done in 2 steps:

1) do the snap seeking on the pad that received the seek event and
   get the final position

2) use this position to do a regular seek on the other streams to
   make sure they all start from the same position

More arguments were added to the stream_seek function, allowing better control
of how seeking is done. Knowing the flags and the playback direction allows
subclasses to handle snap-seeking.
And also adds a new return parameter to inform of the final
selected seeking position that is used to align the other streams.

https://bugzilla.gnome.org/show_bug.cgi?id=759158
2016-02-04 14:05:08 -03:00
..
gstmssdemux.c adaptivedemux: handle snap seeks 2016-02-04 14:05:08 -03:00
gstmssdemux.h smoothstreaming: remove unused dependency on uridownloader 2016-01-31 16:02:33 +00:00
gstmssmanifest.c adaptivedemux: handle snap seeks 2016-02-04 14:05:08 -03:00
gstmssmanifest.h adaptivedemux: handle snap seeks 2016-02-04 14:05:08 -03:00
gstsmoothstreaming-plugin.c dash/smoothstreaming: Remove unused debug category with the same name 2013-09-19 20:09:59 +02:00
Makefile.am smoothstreaming: remove unused dependency on uridownloader 2016-01-31 16:02:33 +00:00