summaryrefslogtreecommitdiff
path: root/gst/matroska
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2011-10-25 12:54:43 -0700
committerDavid Schleef <ds@schleef.org>2011-12-03 10:40:03 -0800
commit94b8f0b74ecb4ab0b130b963659e9c352b6c432c (patch)
treec014f702c3441bf70a72f5387f6b7d2d1430ef53 /gst/matroska
parent7a7db8cbaf751bfcb1a94b214cbad3855e4f683a (diff)
matroskaparse: fix parsing
Mark more parts as belonging to streamheaders.
Diffstat (limited to 'gst/matroska')
-rw-r--r--gst/matroska/matroska-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/matroska/matroska-parse.c b/gst/matroska/matroska-parse.c
index 7c2d30be1..d5e29ffff 100644
--- a/gst/matroska/matroska-parse.c
+++ b/gst/matroska/matroska-parse.c
@@ -2756,7 +2756,7 @@ gst_matroska_parse_parse_id (GstMatroskaParse * parse, guint32 id,
GST_READ_CHECK (gst_matroska_parse_take (parse, read, &ebml));
ret = gst_matroska_read_common_parse_metadata (&parse->common,
GST_ELEMENT_CAST (parse), &ebml);
- gst_matroska_parse_output (parse, ebml.buf, FALSE);
+ gst_matroska_parse_accumulate_streamheader (parse, ebml.buf);
break;
case GST_MATROSKA_ID_CHAPTERS:
GST_READ_CHECK (gst_matroska_parse_take (parse, read, &ebml));