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;