audioamplify: Allow negative amplifications

Fixes bug #606807.
This commit is contained in:
Kipp Cannon 2010-01-13 09:22:20 +01:00 committed by Sebastian Dröge
parent 34d9da8a02
commit d009678bc5

View file

@ -308,7 +308,7 @@ gst_audio_amplify_class_init (GstAudioAmplifyClass * klass)
g_object_class_install_property (gobject_class, PROP_AMPLIFICATION,
g_param_spec_float ("amplification", "Amplification",
"Factor of amplification", 0.0, G_MAXFLOAT,
"Factor of amplification", -G_MAXFLOAT, G_MAXFLOAT,
1.0, G_PARAM_READWRITE | GST_PARAM_CONTROLLABLE));
/**