mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
pbutils: add description for Apple Core Audio Format
https://bugzilla.gnome.org/show_bug.cgi?id=739840
This commit is contained in:
parent
16c8856b42
commit
f73dee34e7
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ static const FormatInfo formats[] = {
|
|||
{"audio/x-amr-wb-sh", "Adaptive Multi Rate WideBand (AMR-WB)",
|
||||
AUDIO_CONTAINER, "amr"},
|
||||
{"audio/x-au", "Sun .au", AUDIO_CONTAINER, "au"},
|
||||
{"audio/x-caf", "Apple Core Audio Format", AUDIO_CONTAINER, "caf"},
|
||||
{"audio/x-celt", "Constrained Energy Lapped Transform (CELT)", FLAG_AUDIO,
|
||||
""},
|
||||
{"audio/x-cinepak", "Cinepak Audio", FLAG_AUDIO, ""},
|
||||
|
|
Loading…
Reference in a new issue