Change everyone to video/x-msvideo

Original commit message from CVS:
Change everyone to video/x-msvideo
This commit is contained in:
David Schleef 2003-11-27 21:48:39 +00:00
parent 767092cb06
commit 4c2868ef36

View file

@ -961,12 +961,12 @@ gst_ffmpeg_formatid_to_caps (const gchar *format_name)
); );
} else if (!strcmp (format_name, "asf")) { } else if (!strcmp (format_name, "asf")) {
caps = GST_CAPS_NEW ("ffmpeg_asf", caps = GST_CAPS_NEW ("ffmpeg_asf",
"video/x-asf", "video/x-ms-asf",
NULL NULL
); );
} else if (!strcmp (format_name, "avi")) { } else if (!strcmp (format_name, "avi")) {
caps = GST_CAPS_NEW ("ffmpeg_avi", caps = GST_CAPS_NEW ("ffmpeg_avi",
"video/avi", "video/x-msvideo",
NULL NULL
); );
} else if (!strcmp (format_name, "wav")) { } else if (!strcmp (format_name, "wav")) {