mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue