From 833add88eb3a60f67b0b598ae0be47e1359d6005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 21 May 2007 11:17:21 +0000 Subject: ext/wavpack/gstwavpackenc.*: Fixup docs, make the bitrate property an int as it should be and allow to set the differ... Original commit message from CVS: * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init), (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property): * ext/wavpack/gstwavpackenc.h: Fixup docs, make the bitrate property an int as it should be and allow to set the different extra processing modes instead of only allowing none and the default one. --- ext/wavpack/gstwavpackenc.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ext/wavpack/gstwavpackenc.h') diff --git a/ext/wavpack/gstwavpackenc.h b/ext/wavpack/gstwavpackenc.h index 617a2f64..243e8d7b 100644 --- a/ext/wavpack/gstwavpackenc.h +++ b/ext/wavpack/gstwavpackenc.h @@ -70,11 +70,12 @@ struct _GstWavpackEnc GstWavpackEncWriteID wvc_id; guint mode; - gdouble bitrate; + guint bitrate; + gdouble bps; guint correction_mode; gboolean md5; MD5_CTX *md5_context; - gboolean extra_processing; + guint extra_processing; guint joint_stereo_mode; void *first_block; -- cgit v1.2.1