diff --git a/ChangeLog b/ChangeLog index 3c0d50b262..1249cb758b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-03-29 Sebastian Dröge + + * 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 Based on patch by: Stefan Kost diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c index 5be19888af..0aab1fc5c7 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; "