mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
Change everyone to video/x-msvideo
Original commit message from CVS: Change everyone to video/x-msvideo
This commit is contained in:
parent
767092cb06
commit
4c2868ef36
1 changed files with 2 additions and 2 deletions
|
@ -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")) {
|
||||
|
|
Loading…
Reference in a new issue