typefinders: name "aac" typefinder "audio/aac"
authorStefan Kost <ensonic@users.sf.net>
Mon, 13 Dec 2010 08:41:24 +0000 (10:41 +0200)
committerStefan Kost <ensonic@users.sf.net>
Mon, 13 Dec 2010 08:42:02 +0000 (10:42 +0200)
This is in sync how we call the others.

gst/typefind/gsttypefindfunctions.c

index a50ead3..bca59c1 100644 (file)
@@ -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);