various cosmetic fixes
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 22 Nov 2005 12:48:10 +0000 (12:48 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 22 Nov 2005 12:48:10 +0000 (12:48 +0000)
Original commit message from CVS:
various cosmetic fixes

gst/level/gstlevel.c

index 3b26c7b..31f71cb 100644 (file)
@@ -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")