mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
hlsdemux: Also update the sequence position when updating non-live playlists
This commit is contained in:
parent
a06d4ea408
commit
f82d9ec4a9
1 changed files with 1 additions and 0 deletions
|
@ -1280,6 +1280,7 @@ gst_hls_demux_update_playlist (GstHLSDemux * demux, gboolean update,
|
|||
if (!walk)
|
||||
sequence++;
|
||||
demux->client->sequence = sequence;
|
||||
demux->client->sequence_position = current_pos;
|
||||
GST_M3U8_CLIENT_UNLOCK (demux->client);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue