From cb0ef25591ce562131e7b343cb55a2a60a9c934c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 18 Jul 2004 16:59:33 +0000 Subject: ... and keep playing of course Original commit message from CVS: ... and keep playing of course --- gst/matroska/matroska-demux.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst') 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; } -- cgit