summaryrefslogtreecommitdiffstats
path: root/ext/wavpack/gstwavpackparse.c
diff options
context:
space:
mode:
authorgcocatre@gmail.com <gcocatre@gmail.com>2005-12-16 09:59:21 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-12-16 09:59:21 +0000
commitb11584fe36fd150d82c868817df1332c0c51fb14 (patch)
tree90d4c02ec6a1868d7180a7b6f897d80bd4d4fab1 /ext/wavpack/gstwavpackparse.c
parent9a85a17c4d5ad1aa5000264f56d7ea801c3b5ce7 (diff)
downloadgst-plugins-bad-b11584fe36fd150d82c868817df1332c0c51fb14.tar.gz
gst-plugins-bad-b11584fe36fd150d82c868817df1332c0c51fb14.tar.bz2
gst-plugins-bad-b11584fe36fd150d82c868817df1332c0c51fb14.zip
ext/wavpack/: Wavpack supports samplerates from 6-192kHz, fix pad template remove buffer-frames from caps, they are g...
Original commit message from CVS: * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link): * ext/wavpack/gstwavpackparse.c: Wavpack supports samplerates from 6-192kHz, fix pad template caps (fixes #322973; patch by: gcocatre@gmail.com). Also remove buffer-frames from caps, they are gone in 0.10.
Diffstat (limited to 'ext/wavpack/gstwavpackparse.c')
-rw-r--r--ext/wavpack/gstwavpackparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wavpack/gstwavpackparse.c b/ext/wavpack/gstwavpackparse.c
index 726c8841..5621d4e6 100644
--- a/ext/wavpack/gstwavpackparse.c
+++ b/ext/wavpack/gstwavpackparse.c
@@ -56,7 +56,7 @@ static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
GST_STATIC_CAPS ("audio/x-wavpack, "
"width = (int) { 8, 16, 24 }, "
"channels = (int) { 1, 2 }, "
- "rate = (int) [ 8000, 96000 ], " "framed = (boolean) true")
+ "rate = (int) [ 6000, 192000 ], " "framed = (boolean) true")
);
static GstStaticPadTemplate wvc_src_factory = GST_STATIC_PAD_TEMPLATE ("wvcsrc",