mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
pbutils: add description for APE tag caps
This commit is contained in:
parent
cf11cc3d9d
commit
279b996d20
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ static const FormatInfo formats[] = {
|
|||
{"application/vnd.rn-realmedia", "Realmedia", FLAG_CONTAINER},
|
||||
{"application/x-id3", N_("ID3 tag"), FLAG_CONTAINER},
|
||||
{"application/x-ape", N_("APE tag"), FLAG_CONTAINER},
|
||||
{"application/x-apetag", N_("APE tag"), FLAG_CONTAINER},
|
||||
{"application/x-icy", N_("ICY internet radio"), FLAG_CONTAINER},
|
||||
{"video/x-fli", "FLI/FLC/FLX Animation", FLAG_CONTAINER},
|
||||
{"video/x-flv", "Flash", FLAG_CONTAINER},
|
||||
|
|
Loading…
Reference in a new issue