avimux: support up to 6 channels of AC-3
authorAntoine Tremblay <hexa00@gmail.com>
Fri, 2 Mar 2012 16:49:02 +0000 (11:49 -0500)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 3 Mar 2012 18:20:30 +0000 (18:20 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=671220

gst/avi/gstavimux.c

index 5e3521d..17b1d1e 100644 (file)
@@ -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, "