From 77b302b5da02bb8f42281c7769cf2f6a38d49bdb Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Wed, 11 Nov 2015 03:55:27 +1100 Subject: [PATCH] hlsdemux: Tell the base class the fragment duration adaptivedemux uses the fragment duration as a delay in some cases, so make sure to set it. --- ext/hls/gsthlsdemux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/hls/gsthlsdemux.c b/ext/hls/gsthlsdemux.c index 516934de31..e269f7abc8 100644 --- a/ext/hls/gsthlsdemux.c +++ b/ext/hls/gsthlsdemux.c @@ -688,6 +688,7 @@ gst_hls_demux_update_fragment_info (GstAdaptiveDemuxStream * stream) stream->fragment.uri = next_fragment_uri; stream->fragment.range_start = range_start; stream->fragment.range_end = range_end; + stream->fragment.duration = duration; if (discont) stream->discont = discont;