projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a7db8c
)
matroskaparse: fix parsing
author
David Schleef
<ds@schleef.org>
Tue, 25 Oct 2011 19:54:43 +0000
(12:54 -0700)
committer
David Schleef
<ds@schleef.org>
Sat, 3 Dec 2011 18:40:03 +0000
(10:40 -0800)
Mark more parts as belonging to streamheaders.
gst/matroska/matroska-parse.c
patch
|
blob
|
history
diff --git
a/gst/matroska/matroska-parse.c
b/gst/matroska/matroska-parse.c
index 7c2d30be182175bd50dd1036905a7aeb6f11af80..d5e29ffff36acd467bfdc185ae03a32c8a4790b5 100644
(file)
--- 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));