Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
9dc7889e
Commit
9dc7889e
authored
May 10, 2010
by
Philip Jägenstedt
Committed by
Sebastian Dröge
May 19, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
matroskademux: Add video/webm sink caps
parent
ad05dfc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gst/matroska/matroska-demux.c
gst/matroska/matroska-demux.c
+1
-1
No files found.
gst/matroska/matroska-demux.c
View file @
9dc7889e
...
...
@@ -97,7 +97,7 @@ enum
static
GstStaticPadTemplate
sink_templ
=
GST_STATIC_PAD_TEMPLATE
(
"sink"
,
GST_PAD_SINK
,
GST_PAD_ALWAYS
,
GST_STATIC_CAPS
(
"video/x-matroska"
)
GST_STATIC_CAPS
(
"video/x-matroska
; video/webm
"
)
);
/* TODO: fill in caps! */
...
...
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