From 216f6e059386b4260de32d2e5d301459993e468a Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 17 Sep 2007 17:35:13 +0000 Subject: 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. --- gst/audiofx/audiodynamic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/audiofx/audiodynamic.c') 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 = -- cgit