summaryrefslogtreecommitdiffstats
path: root/gst/level
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-11-22 12:48:10 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-22 12:48:10 +0000
commitc2fc8faa3de7aba31930923e6ed8b698f81d83a9 (patch)
treefb1c4761cbfb98d4b4fffe2ebccb6846e3759121 /gst/level
parentd6682d017cc14d02ae2ac653bf0542fd0e61d740 (diff)
various cosmetic fixes
Original commit message from CVS: various cosmetic fixes
Diffstat (limited to 'gst/level')
-rw-r--r--gst/level/gstlevel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c
index 3b26c7bd..31f71cb9 100644
--- a/gst/level/gstlevel.c
+++ b/gst/level/gstlevel.c
@@ -99,7 +99,7 @@ GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("audio/x-raw-int, "
"rate = (int) [ 1, MAX ], "
- "channels = (int) [ 1, 8 ], "
+ "channels = (int) [ 1, MAX ], "
"endianness = (int) BYTE_ORDER, "
"width = (int) { 8, 16 }, "
"depth = (int) { 8, 16 }, " "signed = (boolean) true")
@@ -111,7 +111,7 @@ GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("audio/x-raw-int, "
"rate = (int) [ 1, MAX ], "
- "channels = (int) [ 1, 8 ], "
+ "channels = (int) [ 1, MAX ], "
"endianness = (int) BYTE_ORDER, "
"width = (int) { 8, 16 }, "
"depth = (int) { 8, 16 }, " "signed = (boolean) true")