From b7bd5d283b25ab1fc80323c43c90910562856ab4 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Wed, 2 Jul 2008 08:14:35 +0000 Subject: gst/matroska/matroska-demux.c: Resync non-subtitle tracks too if a too large gap compared to other tracks is detected. Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams): Resync non-subtitle tracks too if a too large gap compared to other tracks is detected. --- gst/matroska/matroska-demux.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gst') diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c index 30e69f8d..62fb087b 100644 --- a/gst/matroska/matroska-demux.c +++ b/gst/matroska/matroska-demux.c @@ -3025,8 +3025,6 @@ gst_matroska_demux_sync_streams (GstMatroskaDemux * demux) GstMatroskaTrackContext *context; context = demux->src[stream_nr]; - if (context->type != GST_MATROSKA_TRACK_TYPE_SUBTITLE) - continue; GST_LOG_OBJECT (demux, "Checking for resync on stream %d (%" GST_TIME_FORMAT ")", stream_nr, -- cgit