gst/wavparse/gstwavparse.c: Actually support depths from 1 to 32, not only 8 to 32.
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 28 Mar 2007 22:27:36 +0000 (22:27 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Wed, 28 Mar 2007 22:27:36 +0000 (22:27 +0000)
Original commit message from CVS:
* gst/wavparse/gstwavparse.c:
Actually support depths from 1 to 32, not only 8 to 32.

ChangeLog
gst/wavparse/gstwavparse.c

index 1249cb7..c956ecf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
 
        * gst/wavparse/gstwavparse.c:
+       Actually support depths from 1 to 32, not only 8 to 32.
+
+2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
+
+       * gst/wavparse/gstwavparse.c:
        Add support for wav files containing audio/x-raw-int with random
        depths between 1 and 32 bits.
 
index 0aab1fc..d3619ae 100644 (file)
@@ -112,7 +112,7 @@ static GstStaticPadTemplate src_template_factory =
         "endianness = (int) little_endian, "
         "signed = (boolean) { true, false }, "
         "width = (int) { 8, 16, 24, 32 }, "
-        "depth = (int) [ 8, 32 ], "
+        "depth = (int) [ 1, 32 ], "
         "rate = (int) [ 8000, 96000 ], "
         "channels = (int) [ 1, 8 ]; "
         "audio/ms-gsm; "