summaryrefslogtreecommitdiffstats
path: root/gst/audiofx
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-09-17 17:35:13 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-09-17 17:35:13 +0000
commit216f6e059386b4260de32d2e5d301459993e468a (patch)
treebf289d01e324277c7ba354e51f4c2f21e528666e /gst/audiofx
parent7eb37e25750b1461875e698a03b310706dcfbe5b (diff)
gst/: Fix compiler warnings shown with Forte.
Original commit message from CVS: * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init): * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream), (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos), (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_handle_message): Fix compiler warnings shown with Forte.
Diffstat (limited to 'gst/audiofx')
-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 =