mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
qtmux: expose mulaw caps
https://bugzilla.gnome.org/show_bug.cgi?id=696052
This commit is contained in:
parent
76c56beb5a
commit
709f05234f
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ GstQTMuxFormatProp gst_qt_mux_format_list[] = {
|
|||
AAC_CAPS " ; "
|
||||
ADPCM_CAPS " ; "
|
||||
"audio/x-alaw, " COMMON_AUDIO_CAPS (2, MAX) "; "
|
||||
"audio/x-mulaw, " COMMON_AUDIO_CAPS (2, MAX) "; "
|
||||
AMR_CAPS " ; " ALAC_CAPS)
|
||||
}
|
||||
,
|
||||
|
|
Loading…
Reference in a new issue