From 46b0310acd5ee5292d559b7931ad623965baba73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 4 Sep 2014 17:49:23 +0300 Subject: hlsdemux: Properly assign offsets to the files if we accumulate them instead of reading from the playlist --- ext/hls/m3u8.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/hls') diff --git a/ext/hls/m3u8.c b/ext/hls/m3u8.c index d1b3ed47a..7fa969969 100644 --- a/ext/hls/m3u8.c +++ b/ext/hls/m3u8.c @@ -494,6 +494,7 @@ gst_m3u8_update (GstM3U8 * self, gchar * data, gboolean * updated) } else { offset = prev->offset + prev->size; } + file->offset = offset; } } else { file->size = -1; -- cgit v1.2.1