gst/wavparse/gstwavparse.c: Add support for wav files containing audio/x-raw-int with random depths between 1 and 32 ...

Original commit message from CVS:
* gst/wavparse/gstwavparse.c:
Add support for wav files containing audio/x-raw-int with random
depths between 1 and 32 bits.
This commit is contained in:
Sebastian Dröge 2007-03-28 22:23:43 +00:00
parent c0cdcae569
commit 7add372a7a
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
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.
2007-03-28 Wim Taymans <wim@fluendo.com>
Based on patch by: Stefan Kost <ensonic@users.sf.net>

View 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, 16, 24, 32 }, "
"depth = (int) [ 8, 32 ], "
"rate = (int) [ 8000, 96000 ], "
"channels = (int) [ 1, 8 ]; "
"audio/ms-gsm; "