gstreamer/gst-libs/gst/adaptivedemux
Sebastian Dröge 6c8eeb448d adaptivedemux: Don't claim to be live when answering the LATENCY query
Even for "live" streams we are not live in the GStreamer meaning of the word.
We don't produce buffers that are timestamped based on their "capture time"
and our clock, but just based on whatever timestamps the stream might contain.

Also even if we wanted to claim to be live, that wouldn't work well as we
would have to return GST_STATE_CHANGE_NO_PREROLL when going from READY to
PAUSED, which we can't. We first need data to know if we are "live" or not.
2015-04-23 17:47:18 +02:00
..
gstadaptivedemux.c adaptivedemux: Don't claim to be live when answering the LATENCY query 2015-04-23 17:47:18 +02:00
gstadaptivedemux.h adaptivedemux: Allow subclasses to override how a new manifest would be downloaded 2015-04-23 17:47:18 +02:00
Makefile.am gst-libs: Fix dependency build 2014-12-01 10:32:30 +01:00