mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
avimux: support up to 6 channels of AC-3
https://bugzilla.gnome.org/show_bug.cgi?id=671220
This commit is contained in:
parent
6f707fcbca
commit
073a03ef5c
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ static GstStaticPadTemplate audio_sink_factory =
|
|||
"rate = (int) [ 1000, 96000 ], " "channels = (int) [ 1, 2 ]; "
|
||||
#endif*/
|
||||
"audio/x-ac3, "
|
||||
"rate = (int) [ 1000, 96000 ], " "channels = (int) [ 1, 2 ]; "
|
||||
"rate = (int) [ 1000, 96000 ], " "channels = (int) [ 1, 6 ]; "
|
||||
"audio/x-alaw, "
|
||||
"rate = (int) [ 1000, 48000 ], " "channels = (int) [ 1, 2 ]; "
|
||||
"audio/x-mulaw, "
|
||||
|
|
Loading…
Reference in a new issue