Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
ff45b44e
Commit
ff45b44e
authored
Sep 20, 2010
by
Sebastian Dröge
Browse files
typefindfunctions: Add mp3 to the apetag extensions
parent
ff409e47
Changes
1
Hide whitespace changes
Inline
Side-by-side
gst/typefind/gsttypefindfunctions.c
View file @
ff45b44e
...
...
@@ -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"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment