mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
typefinders: name "aac" typefinder "audio/aac"
This is in sync how we call the others.
This commit is contained in:
parent
0b90d5d54c
commit
7728f3d3a7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue