summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-27 23:30:17 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-27 23:30:17 +0000
commit6532344da90f5e16933121931187e8d9c052c8a9 (patch)
treef55a56d95b46574a6310d9276fead2a1869742f0 /gst
parent4a7e49c78a1d5e7eb95eb35bbccf5f10cbbff4af (diff)
gst/matroska/matroska-demux.c: Fix logic error in timing of subtitle stream synchronization.
Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup): Fix logic error in timing of subtitle stream synchronization. * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add skip-chunk, which is found in kodak-camera streams.
Diffstat (limited to 'gst')
-rw-r--r--gst/matroska/matroska-demux.c2
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) {