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.
This commit is contained in:
Sebastian Dröge 2008-07-02 08:14:35 +00:00
parent 41e206534c
commit b7bd5d283b
3 changed files with 7 additions and 3 deletions

View file

@ -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:

2
common

@ -1 +1 @@
Subproject commit d9cd98b46aebaf143dc43d8563a3bff650be6a7e
Subproject commit 593bb114c6f5c32b529aa6443be4c2d60d6484c7

View file

@ -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,