From db1757503dbb69aec418ae422277a30fc2f652ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 19 Jan 2017 13:25:53 +0200 Subject: [PATCH] Revert "qtdemux: Increment current stts index in all code paths after reading one chunk" This reverts commit 99d5d7570d0b53dad3bc8eb653b1320ee422aace. It broke playback of various valid files. --- gst/isomp4/qtdemux.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c index 08dee42d0..973af8fd5 100644 --- a/gst/isomp4/qtdemux.c +++ b/gst/isomp4/qtdemux.c @@ -8545,7 +8545,6 @@ done2: /* save values */ stream->stts_time = stts_time; stream->stts_sample_index = j + 1; - stream->stts_index++; goto done3; } } -- 2.34.1