mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
qtmux: Enable up to 16 unpositioned raw audio channels
https://bugzilla.gnome.org/show_bug.cgi?id=774789
This commit is contained in:
parent
bf43f44fcf
commit
91de259b74
1 changed files with 8 additions and 0 deletions
|
@ -98,6 +98,13 @@
|
|||
"layout = (string) interleaved, " \
|
||||
COMMON_AUDIO_CAPS (2, MAX)
|
||||
|
||||
#define PCM_CAPS_UNPOSITIONED \
|
||||
"audio/x-raw, " \
|
||||
"format = (string) { S32LE, S32BE, S24LE, S24BE, S16LE, S16BE, S8, U8 }, " \
|
||||
"layout = (string) interleaved, " \
|
||||
"channel-mask = (bitmask) 0, " \
|
||||
COMMON_AUDIO_CAPS (16, MAX)
|
||||
|
||||
#define MP3_CAPS \
|
||||
"audio/mpeg, " \
|
||||
"mpegversion = (int) 1, " \
|
||||
|
@ -177,6 +184,7 @@ GstQTMuxFormatProp gst_qt_mux_format_list[] = {
|
|||
"video/x-dirac, "
|
||||
COMMON_VIDEO_CAPS "; " "video/x-qt-part, " COMMON_VIDEO_CAPS),
|
||||
GST_STATIC_CAPS (PCM_CAPS_FULL "; "
|
||||
PCM_CAPS_UNPOSITIONED " ; "
|
||||
MP3_CAPS " ; "
|
||||
AAC_CAPS " ; "
|
||||
ADPCM_CAPS " ; "
|
||||
|
|
Loading…
Reference in a new issue