summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-11-27 21:48:40 +0000
committerDavid Schleef <ds@schleef.org>2003-11-27 21:48:40 +0000
commit40ea47fa690e71f8805e330565c2f32db86f1369 (patch)
tree8a1cde1f9af397249b6b2f12f05a969a9b8fb400
parent8a5879790d20dfbedca4c6c4ca293e342d75df2b (diff)
downloadgstreamer-plugins-base-40ea47fa690e71f8805e330565c2f32db86f1369.tar.gz
Change everyone to video/x-msvideo
Original commit message from CVS: Change everyone to video/x-msvideo
-rw-r--r--gst/typefind/gsttypefindfunctions.c2
-rw-r--r--testsuite/autoplug/autoplug2.c2
-rw-r--r--testsuite/autoplug/autoplug4.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/gst/typefind/gsttypefindfunctions.c b/gst/typefind/gsttypefindfunctions.c
index 7c517394f..d6a776db3 100644
--- a/gst/typefind/gsttypefindfunctions.c
+++ b/gst/typefind/gsttypefindfunctions.c
@@ -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);
diff --git a/testsuite/autoplug/autoplug2.c b/testsuite/autoplug/autoplug2.c
index ce96c92f1..e046a4c7a 100644
--- a/testsuite/autoplug/autoplug2.c
+++ b/testsuite/autoplug/autoplug2.c
@@ -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);
diff --git a/testsuite/autoplug/autoplug4.c b/testsuite/autoplug/autoplug4.c
index b745c7198..b7f3f34fc 100644
--- a/testsuite/autoplug/autoplug4.c
+++ b/testsuite/autoplug/autoplug4.c
@@ -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);