From: Thomas Vander Stichele Date: Fri, 23 Sep 2005 14:20:01 +0000 (+0000) Subject: we handle more than two channels X-Git-Tag: RELEASE-0_9_3~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23ca6f187624793dbbf86cca94366d5ad4020de3;p=platform%2Fupstream%2Fgst-plugins-good.git we handle more than two channels Original commit message from CVS: we handle more than two channels --- diff --git a/common b/common index cd4da6a..345fd98 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit cd4da6a319d9f92d28f7b8a3b412577e6de50b64 +Subproject commit 345fd9851051274dd758a19bbe33dbb561b4d303 diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c index 6feb8b6..4ce1a8b 100644 --- a/gst/level/gstlevel.c +++ b/gst/level/gstlevel.c @@ -74,7 +74,7 @@ GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_ALWAYS, GST_STATIC_CAPS ("audio/x-raw-int, " "rate = (int) [ 1, MAX ], " - "channels = (int) [ 1, 2 ], " + "channels = (int) [ 1, 8 ], " "endianness = (int) BYTE_ORDER, " "width = (int) { 8, 16 }, " "depth = (int) { 8, 16 }, " "signed = (boolean) true") @@ -86,7 +86,7 @@ GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_ALWAYS, GST_STATIC_CAPS ("audio/x-raw-int, " "rate = (int) [ 1, MAX ], " - "channels = (int) [ 1, 2 ], " + "channels = (int) [ 1, 8 ], " "endianness = (int) BYTE_ORDER, " "width = (int) { 8, 16 }, " "depth = (int) { 8, 16 }, " "signed = (boolean) true")