diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/matroska/matroska-demux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c index ec085cb8..a90548f8 100644 --- a/gst/matroska/matroska-demux.c +++ b/gst/matroska/matroska-demux.c @@ -2029,8 +2029,8 @@ gst_matroska_demux_parse_blockgroup (GstMatroskaDemux * demux, demux->pos = GST_BUFFER_TIMESTAMP (sub); } - gst_matroska_demux_sync_streams (demux); demux->src[stream]->pos = demux->pos; + gst_matroska_demux_sync_streams (demux); /* FIXME: do all laces have the same lenght? */ if (duration) { |