From 40ea47fa690e71f8805e330565c2f32db86f1369 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 27 Nov 2003 21:48:40 +0000 Subject: [PATCH] Change everyone to video/x-msvideo Original commit message from CVS: Change everyone to video/x-msvideo --- gst/typefind/gsttypefindfunctions.c | 2 +- testsuite/autoplug/autoplug2.c | 2 +- testsuite/autoplug/autoplug4.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/typefind/gsttypefindfunctions.c b/gst/typefind/gsttypefindfunctions.c index 7c517394fd..d6a776db3d 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 ce96c92f15..e046a4c7a5 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 b745c71982..b7f3f34fcd 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);