From c76eea67cc962595362c8bf4c7650a76452e7b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 28 Mar 2007 22:27:36 +0000 Subject: [PATCH] gst/wavparse/gstwavparse.c: Actually support depths from 1 to 32, not only 8 to 32. Original commit message from CVS: * gst/wavparse/gstwavparse.c: Actually support depths from 1 to 32, not only 8 to 32. --- ChangeLog | 5 +++++ gst/wavparse/gstwavparse.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1249cb758b..c956ecf3b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-29 Sebastian Dröge + + * gst/wavparse/gstwavparse.c: + Actually support depths from 1 to 32, not only 8 to 32. + 2007-03-29 Sebastian Dröge * gst/wavparse/gstwavparse.c: diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c index 0aab1fc5c7..d3619ae49a 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, 32 ], " + "depth = (int) [ 1, 32 ], " "rate = (int) [ 8000, 96000 ], " "channels = (int) [ 1, 8 ]; " "audio/ms-gsm; "