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:40 +00:00
parent 8a5879790d
commit 40ea47fa69
3 changed files with 3 additions and 3 deletions

View file

@ -1025,7 +1025,7 @@ plugin_init (GstPlugin *plugin)
16, GST_TYPE_FIND_MAXIMUM);
TYPE_FIND_REGISTER_START_WITH (plugin, "audio/x-au", GST_RANK_MARGINAL, au_exts,
".snd", 4, GST_TYPE_FIND_MAXIMUM);
TYPE_FIND_REGISTER_RIFF (plugin, "video/avi", GST_RANK_PRIMARY, avi_exts, "AVI ");
TYPE_FIND_REGISTER_RIFF (plugin, "video/x-msvideo", GST_RANK_PRIMARY, avi_exts, "AVI ");
TYPE_FIND_REGISTER_RIFF (plugin, "video/x-cdxa", GST_RANK_SECONDARY, cdxa_exts, "CDXA");
TYPE_FIND_REGISTER_START_WITH (plugin, "audio/x-flac", GST_RANK_PRIMARY,
flac_exts, "fLaC", 4, GST_TYPE_FIND_MAXIMUM);

View file

@ -62,7 +62,7 @@ main (int argc, char *argv[])
element = gst_autoplug_to_caps (autoplug,
gst_caps_new(
"testcaps7",
"video/avi", NULL),
"video/x-msvideo", NULL),
gst_caps_new("testcaps8", "video/raw", NULL),
gst_caps_new("testcaps9", "audio/raw", NULL),
NULL);

View file

@ -57,7 +57,7 @@ main (int argc, char *argv[])
element = gst_autoplug_to_caps (autoplug2,
gst_caps_new(
"testcaps7",
"video/avi", NULL),
"video/x-msvideo", NULL),
gst_caps_new("testcaps8", "video/raw", NULL),
gst_caps_new("testcaps9", "audio/raw", NULL),
NULL);