summaryrefslogtreecommitdiffstats
path: root/gst/wavparse
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-03-28 22:23:43 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-03-28 22:23:43 +0000
commit7add372a7a8a9ab443947dcc64430bdc1c483fed (patch)
tree8ed67dc2b6074767518883ed0e964145d79c84da /gst/wavparse
parentc0cdcae569856ad5faa847294631c9219bd07799 (diff)
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.
Diffstat (limited to 'gst/wavparse')
-rw-r--r--gst/wavparse/gstwavparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c
index 5be19888..0aab1fc5 100644
--- a/gst/wavparse/gstwavparse.c
+++ b/gst/wavparse/gstwavparse.c
@@ -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; "