Change everyone to video/x-msvideo
authorDavid Schleef <ds@schleef.org>
Thu, 27 Nov 2003 21:48:40 +0000 (21:48 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 27 Nov 2003 21:48:40 +0000 (21:48 +0000)
Original commit message from CVS:
Change everyone to video/x-msvideo

gst/typefind/gsttypefindfunctions.c
testsuite/autoplug/autoplug2.c
testsuite/autoplug/autoplug4.c

index 7c51739..d6a776d 100644 (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);
index ce96c92..e046a4c 100644 (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);
index b745c71..b7f3f34 100644 (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);