summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}