summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
m---------common0
-rw-r--r--gst/matroska/matroska-demux.c2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ddb062c3..8e95b5be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * 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.
+
2008-07-01 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/rtp/Makefile.am:
diff --git a/common b/common
-Subproject d9cd98b46aebaf143dc43d8563a3bff650be6a7
+Subproject 593bb114c6f5c32b529aa6443be4c2d60d6484c
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,