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.
This commit is contained in:
parent
08544a459b
commit
77b302b5da
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user