hlsdemux: Also update the sequence position when updating non-live playlists
This commit is contained in:
parent
a06d4ea408
commit
f82d9ec4a9
@ -1280,6 +1280,7 @@ gst_hls_demux_update_playlist (GstHLSDemux * demux, gboolean update,
|
|||||||
if (!walk)
|
if (!walk)
|
||||||
sequence++;
|
sequence++;
|
||||||
demux->client->sequence = sequence;
|
demux->client->sequence = sequence;
|
||||||
|
demux->client->sequence_position = current_pos;
|
||||||
GST_M3U8_CLIENT_UNLOCK (demux->client);
|
GST_M3U8_CLIENT_UNLOCK (demux->client);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user