From: Sebastian Dröge Date: Mon, 20 Sep 2010 09:13:56 +0000 (+0200) Subject: typefindfunctions: Add mp3 to the apetag extensions X-Git-Tag: RELEASE-0.10.31~183 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff45b44e19a84d70c1532fec8433a46a6b71541f;p=platform%2Fupstream%2Fgst-plugins-base.git typefindfunctions: Add mp3 to the apetag extensions --- diff --git a/gst/typefind/gsttypefindfunctions.c b/gst/typefind/gsttypefindfunctions.c index 040ad31..05f8c84 100644 --- a/gst/typefind/gsttypefindfunctions.c +++ b/gst/typefind/gsttypefindfunctions.c @@ -3912,7 +3912,7 @@ plugin_init (GstPlugin * plugin) static const gchar *flx_exts[] = { "flc", "fli", NULL }; static const gchar *id3_exts[] = { "mp3", "mp2", "mp1", "mpga", "ogg", "flac", "tta", NULL }; - static const gchar *apetag_exts[] = { "ape", "mpc", "wv", NULL }; /* and mp3 and wav? */ + static const gchar *apetag_exts[] = { "mp3", "ape", "mpc", "wv", NULL }; static const gchar *tta_exts[] = { "tta", NULL }; static const gchar *mod_exts[] = { "669", "amf", "dsm", "gdm", "far", "imf", "it", "med", "mod", "mtm", "okt", "sam",