diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-07-02 08:14:35 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-07-02 08:14:35 +0000 |
commit | b7bd5d283b25ab1fc80323c43c90910562856ab4 (patch) | |
tree | a80291cb3d66bd032ccfe206969140876d5ab10e /gst | |
parent | 41e206534c7dee561d06fb044926f9eb1ea14dc5 (diff) |
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.
Diffstat (limited to 'gst')
-rw-r--r-- | gst/matroska/matroska-demux.c | 2 |
1 files changed, 0 insertions, 2 deletions
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, |