summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-12-13 10:41:24 +0200
committerStefan Kost <ensonic@users.sf.net>2010-12-13 10:42:02 +0200
commit7728f3d3a7eb3463378e8a9ebd66687f42435400 (patch)
treec30e33671e3c6f6c9a7d760735582b591532adf6
parent0b90d5d54cb0cd8c816fd54e40bcf722dc25e9f0 (diff)
typefinders: name "aac" typefinder "audio/aac"
This is in sync how we call the others.
-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 a50ead34b..bca59c113 100644
--- a/gst/typefind/gsttypefindfunctions.c
+++ b/gst/typefind/gsttypefindfunctions.c
@@ -4263,7 +4263,7 @@ plugin_init (GstPlugin * plugin)
NULL, CMML_CAPS, NULL, NULL);
TYPE_FIND_REGISTER_START_WITH (plugin, "application/x-executable",
GST_RANK_MARGINAL, NULL, "\177ELF", 4, GST_TYPE_FIND_MAXIMUM);
- TYPE_FIND_REGISTER (plugin, "aac", GST_RANK_SECONDARY,
+ TYPE_FIND_REGISTER (plugin, "audio/aac", GST_RANK_SECONDARY,
aac_type_find, aac_exts, AAC_CAPS, NULL, NULL);
TYPE_FIND_REGISTER_START_WITH (plugin, "audio/x-spc", GST_RANK_SECONDARY,
spc_exts, "SNES-SPC700 Sound File Data", 27, GST_TYPE_FIND_MAXIMUM);