From af56a989c1209690200994cfc9b8ec1e92a3a561 Mon Sep 17 00:00:00 2001
From: Arnaud Vrac <avrac@freebox.fr>
Date: Wed, 29 Aug 2012 17:14:37 +0200
Subject: audiotestsrc: support up to 8 channels output


diff --git a/gst/audiotestsrc/gstaudiotestsrc.c b/gst/audiotestsrc/gstaudiotestsrc.c
index f6d5f67..efdbcbd 100644
--- a/gst/audiotestsrc/gstaudiotestsrc.c
+++ b/gst/audiotestsrc/gstaudiotestsrc.c
@@ -91,12 +91,7 @@ static GstStaticPadTemplate gst_audio_test_src_src_template =
         "format = (string) " FORMAT_STR ", "
         "layout = (string) interleaved, "
         "rate = (int) [ 1, MAX ], "
-        "channels = (int) 1; "
-        "audio/x-raw, "
-        "format = (string) " FORMAT_STR ", "
-        "layout = (string) interleaved, "
-        "rate = (int) [ 1, MAX ], "
-        "channels = (int) 2, " "channel-mask = (bitmask) 0x3")
+        "channels = (int) [1, 8]")
     );
 
 #define gst_audio_test_src_parent_class parent_class
-- 
1.7.10.4

