From: David Schleef Date: Thu, 27 Nov 2003 21:48:40 +0000 (+0000) Subject: Change everyone to video/x-msvideo X-Git-Tag: 1.19.3~511^2~15044 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40ea47fa690e71f8805e330565c2f32db86f1369;p=platform%2Fupstream%2Fgstreamer.git Change everyone to video/x-msvideo Original commit message from CVS: Change everyone to video/x-msvideo --- diff --git a/gst/typefind/gsttypefindfunctions.c b/gst/typefind/gsttypefindfunctions.c index 7c51739..d6a776d 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 ce96c92..e046a4c 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 b745c71..b7f3f34 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);