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
GStreamer
gst-libav
Commits
4c2868ef
Commit
4c2868ef
authored
Nov 27, 2003
by
David Schleef
Browse files
Change everyone to video/x-msvideo
Original commit message from CVS: Change everyone to video/x-msvideo
parent
767092cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext/ffmpeg/gstffmpegcodecmap.c
View file @
4c2868ef
...
...
@@ -961,12 +961,12 @@ gst_ffmpeg_formatid_to_caps (const gchar *format_name)
);
}
else
if
(
!
strcmp
(
format_name
,
"asf"
))
{
caps
=
GST_CAPS_NEW
(
"ffmpeg_asf"
,
"video/x-asf"
,
"video/x-
ms-
asf"
,
NULL
);
}
else
if
(
!
strcmp
(
format_name
,
"avi"
))
{
caps
=
GST_CAPS_NEW
(
"ffmpeg_avi"
,
"video/
avi
"
,
"video/
x-msvideo
"
,
NULL
);
}
else
if
(
!
strcmp
(
format_name
,
"wav"
))
{
...
...
Write
Preview
Supports
Markdown
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