diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index b85c8acdb5..d474f8c109 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -4327,6 +4327,7 @@ qtdemux_parse_samples (GstQTDemux * qtdemux, QtDemuxStream * stream, guint32 n) /* save state */ stream->stsc_sample_index = k + 1; stream->chunk_offset = chunk_offset; + stream->stsc_chunk_index = j; goto done2; } }