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
e8479577
Commit
e8479577
authored
May 12, 2010
by
David Schleef
Committed by
Sebastian Dröge
May 17, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qtdemux: Add VP8
parent
e5e90f60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
gst/qtdemux/qtdemux.c
gst/qtdemux/qtdemux.c
+4
-0
No files found.
gst/qtdemux/qtdemux.c
View file @
e8479577
...
...
@@ -7767,6 +7767,10 @@ qtdemux_video_caps (GstQTDemux * qtdemux, QtDemuxStream * stream,
_codec
(
"AVID DNxHD"
);
caps
=
gst_caps_from_string
(
"video/x-dnxhd"
);
break
;
case
GST_MAKE_FOURCC
(
'V'
,
'P'
,
'8'
,
'0'
):
_codec
(
"On2 VP8"
);
caps
=
gst_caps_from_string
(
"video/x-vp8"
);
break
;
case
GST_MAKE_FOURCC
(
'k'
,
'p'
,
'c'
,
'd'
):
default:
{
...
...
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