summaryrefslogtreecommitdiffstats
path: root/gst/audiofx/audiodynamic.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/audiofx/audiodynamic.c')
-rw-r--r--gst/audiofx/audiodynamic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audiofx/audiodynamic.c b/gst/audiofx/audiodynamic.c
index 404d7071..172333ab 100644
--- a/gst/audiofx/audiodynamic.c
+++ b/gst/audiofx/audiodynamic.c
@@ -263,7 +263,7 @@ gst_audio_dynamic_class_init (GstAudioDynamicClass * klass)
g_object_class_install_property (gobject_class, PROP_RATIO,
g_param_spec_float ("ratio", "Ratio",
- "Ratio that should be applied", 0.0, G_MAXDOUBLE,
+ "Ratio that should be applied", 0.0, G_MAXFLOAT,
1.0, G_PARAM_READWRITE | GST_PARAM_CONTROLLABLE));
GST_AUDIO_FILTER_CLASS (klass)->setup =