From f82d9ec4a955be43dc092d8c6792a74cc95e7e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 10 Apr 2014 16:53:42 +0200 Subject: [PATCH] hlsdemux: Also update the sequence position when updating non-live playlists --- ext/hls/gsthlsdemux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/hls/gsthlsdemux.c b/ext/hls/gsthlsdemux.c index 3312d4e762..689ea1e8ba 100644 --- a/ext/hls/gsthlsdemux.c +++ b/ext/hls/gsthlsdemux.c @@ -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); }