summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-09-20 11:13:56 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-09-20 11:14:55 +0200
commitff45b44e19a84d70c1532fec8433a46a6b71541f (patch)
treece3bba34a3aa19e49cc06486138a7d9a9bfbebe7 /gst
parentff409e474a54bfdf2f2d5d99710f6daefce08b6c (diff)
typefindfunctions: Add mp3 to the apetag extensions
Diffstat (limited to 'gst')
-rw-r--r--gst/typefind/gsttypefindfunctions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/typefind/gsttypefindfunctions.c b/gst/typefind/gsttypefindfunctions.c
index 040ad3113..05f8c8488 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",