summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-07-18 16:59:33 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-07-18 16:59:33 +0000
commitcb0ef25591ce562131e7b343cb55a2a60a9c934c (patch)
tree7e71839b945eaf0f0414303fd28e13603fe58fbc /gst
parent6cc44b932205e8d17707cac020e4911af3f6d480 (diff)
... and keep playing of course
Original commit message from CVS: ... and keep playing of course
Diffstat (limited to 'gst')
-rw-r--r--gst/matroska/matroska-demux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c
index 4c8c93ea..385f1726 100644
--- a/gst/matroska/matroska-demux.c
+++ b/gst/matroska/matroska-demux.c
@@ -1940,6 +1940,8 @@ gst_matroska_demux_parse_blockgroup (GstMatroskaDemux * demux,
}
GST_WARNING ("FIXME: implement support for ReferenceBlock");
*/
+ if (!gst_ebml_read_skip (ebml))
+ res = FALSE;
break;
}