matroskaparse: fix parsing

Mark more parts as belonging to streamheaders.
This commit is contained in:
David Schleef 2011-10-25 12:54:43 -07:00
parent 7a7db8cbaf
commit 94b8f0b74e

View file

@ -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));