GNOME Bugzilla – Bug 322973
[wavpack] erroneous sampling rates range
Last modified: 2005-12-16 10:00:35 UTC
Version details: 0.9.7 The wavpack plugin only supports sampling rates ranging from 8 to 96kHz, while the specification allows for sampling rates ranging from 6 to 192kHz.
Created attachment 55502 [details] [review] Modifies sampling rates ranges, fixes the issue This patch has been successfully tested on 24bit, 192kHz, stereo wavpack files.
2005-12-16 Tim-Philipp Müller <tim at centricular dot net> * 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.