gst/adder/gstadder.c: Adder doesn't support 24 bit samples so don't claim it supports...
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 16 May 2008 21:12:02 +0000 (21:12 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 16 May 2008 21:12:02 +0000 (21:12 +0000)
Original commit message from CVS:
* gst/adder/gstadder.c:
Adder doesn't support 24 bit samples so don't claim it supports them
in the pad template caps.

ChangeLog
common
gst/adder/gstadder.c

index cf55722..45567e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
+
+       * gst/adder/gstadder.c:
+       Adder doesn't support 24 bit samples so don't claim it supports them
+       in the pad template caps.
+
 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
 
        * gst-libs/gst/rtp/gstbasertpdepayload.c:
diff --git a/common b/common
index 0823ac6..3b36310 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 0823ac6b46b7332109bbc5f1ef40e24e648fae51
+Subproject commit 3b3631082d04b426f450810e8836de94e9c5d60a
index d9c5b22..f6e239b 100644 (file)
@@ -77,7 +77,7 @@ GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);
   "rate = (int) [ 1, MAX ], " \
   "channels = (int) [ 1, MAX ], " \
   "endianness = (int) BYTE_ORDER, " \
-  "width = (int) { 8, 16, 24, 32 }, " \
+  "width = (int) { 8, 16, 32 }, " \
   "depth = (int) [ 1, 32 ], " \
   "signed = (boolean) { true, false } ;" \
   "audio/x-raw-float, " \