gstreamer/gst-libs/gst/adaptivedemux
Edward Hervey df60e12203 adaptivedemux: Implement GST_SEEK_TYPE_END usage for live
When dealing with live streams, we can't rely on GstSegment calculation
since it uses the segment duration to calculate the absolute values.

But since we are dealing with live *and* we know the ranges, we can
compute the absolute seeking values using the range stop (i.e. "now")
as the END position.

Allows seeking back to "live" by using start_type:GST_SEEK_TYPE_END
and start:0

https://bugzilla.gnome.org/show_bug.cgi?id=782228
2017-05-09 09:02:07 +02:00
..
gstadaptivedemux.c adaptivedemux: Implement GST_SEEK_TYPE_END usage for live 2017-05-09 09:02:07 +02:00
gstadaptivedemux.h Revert "adaptivedemux: answer duration queries for live streams" 2017-03-14 16:50:30 +11:00
Makefile.am tests: fix link problem on centos7 2017-04-27 21:33:25 +01:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00