ext/alsa/gstalsasrc.c: Add 32 bps to template caps and increase channels range from...
authorMichael Sheldon <webmaster@mikeasoft.com>
Sun, 2 Jul 2006 11:08:58 +0000 (11:08 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 2 Jul 2006 11:08:58 +0000 (11:08 +0000)
Original commit message from CVS:
Patch by: Michael Sheldon  <webmaster at mikeasoft com>
* ext/alsa/gstalsasrc.c:
Add 32 bps to template caps and increase channels range
from [1,2] to [1,MAX]. See #346326.

ChangeLog
common
ext/alsa/gstalsasrc.c

index 203ee8b..4820dd0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
+
+       Patch by: Michael Sheldon  <webmaster at mikeasoft com>
+
+       * ext/alsa/gstalsasrc.c:
+         Add 32 bps to template caps and increase channels range
+         from [1,2] to [1,MAX]. See #346326.
+
 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
 
        * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
diff --git a/common b/common
index 123195d..2cd1cf8 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 123195d3bbcc0b6e1cf867d3a180685f8766a0be
+Subproject commit 2cd1cf860cd15e61827c0f5f1db96f877344c722
index 89ba582..93ce150 100644 (file)
@@ -116,14 +116,20 @@ static GstStaticPadTemplate alsasrc_src_factory =
     GST_STATIC_CAPS ("audio/x-raw-int, "
         "endianness = (int) { " ALSA_SRC_FACTORY_ENDIANNESS " }, "
         "signed = (boolean) { TRUE, FALSE }, "
+        "width = (int) 32, "
+        "depth = (int) 32, "
+        "rate = (int) [ 1, MAX ], " "channels = (int) [ 1, MAX ]; "
+        "audio/x-raw-int, "
+        "endianness = (int) { " ALSA_SRC_FACTORY_ENDIANNESS " }, "
+        "signed = (boolean) { TRUE, FALSE }, "
         "width = (int) 16, "
         "depth = (int) 16, "
-        "rate = (int) [ 1, MAX ], " "channels = (int) [ 1, 2 ]; "
+        "rate = (int) [ 1, MAX ], " "channels = (int) [ 1, MAX ]; "
         "audio/x-raw-int, "
         "signed = (boolean) { TRUE, FALSE }, "
         "width = (int) 8, "
         "depth = (int) 8, "
-        "rate = (int) [ 1, MAX ], " "channels = (int) [ 1, 2 ]")
+        "rate = (int) [ 1, MAX ], " "channels = (int) [ 1, MAX ]")
     );
 
 static void