GNOME Bugzilla – Bug 369539
[wavpackenc] More sensible values for GstEnums, don't send no-more-pads twice, add new compression modes
Last modified: 2006-11-02 20:13:36 UTC
Hi, the attached patch changes the GstEnum values to more sensible strings, adds the very fast and very high mode in the enums (very fast is not yet supported but will be in the future, very high is supported in latest SVN for which we have WAVPACK_OLD_API set). Also the no-more-pads message is not sent twice now when a correction file should be created. The second patch changes the minimal version for which we don't set WAVPACK_OLD_API to 4.40.0 as this is the version as which this will be released. There is no 4.33 and never will. Bye
Created attachment 75866 [details] [review] wavpackenc.diff
Created attachment 75867 [details] [review] configure.ac.diff
Thanks, committed: 2006-11-02 Tim-Philipp Müller <tim at centricular dot net> Patch by: Sebastian Dröge <slomo at circular-chaos.org> * configure.ac: * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type), (gst_wavpack_enc_correction_mode_get_type), (gst_wavpack_enc_joint_stereo_mode_get_type), (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config): Fix enum nicks; only emit no-more-pads once; add support for very fast encoding mode in upcoming 4.40.0 release (#369539).