mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-07 20:31:20 +00:00
typefindfunctions: Add mp3 to the apetag extensions
This commit is contained in:
parent
ff409e474a
commit
ff45b44e19
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue