Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Camilo Celis Guzman
gst-plugins-good
Commits
54349be3
Commit
54349be3
authored
Apr 14, 2011
by
Sebastian Dröge
Browse files
matroskaparse: Allow webm and matroska caps and don't leak caps
parent
f12893b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
gst/matroska/matroska-parse.c
View file @
54349be3
...
...
@@ -228,8 +228,7 @@ gst_matroska_parse_init (GstMatroskaParse * parse,
gst_pad_set_query_function
(
parse
->
srcpad
,
GST_DEBUG_FUNCPTR
(
gst_matroska_parse_handle_src_query
));
gst_pad_use_fixed_caps
(
parse
->
srcpad
);
gst_pad_set_caps
(
parse
->
srcpad
,
gst_caps_new_simple
(
"video/x-matroska"
,
NULL
));
gst_element_add_pad
(
GST_ELEMENT
(
parse
),
parse
->
srcpad
);
/* initial stream no. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment