From f86bfaf5f90c42296de3f4dee8ec15a76f0f310c Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Fri, 17 Aug 2007 14:43:33 +0000 Subject: gst/audiofx/: Use generator macros for the process functions for the different sample types, add lower upper boundari... Original commit message from CVS: * gst/audiofx/audiochebyshevfreqband.c: (gst_audio_chebyshev_freq_band_class_init): * gst/audiofx/audiochebyshevfreqlimit.c: (gst_audio_chebyshev_freq_limit_class_init): Use generator macros for the process functions for the different sample types, add lower upper boundaries for the GObject properties so automatically generated UIs can use sliders and add a note about the number of poles as a too high number of poles combined with very low or very high frequencies will produce only noise. * docs/plugins/gst-plugins-good-plugins.args: Regenerated for the property changes. --- docs/plugins/gst-plugins-good-plugins.args | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs') diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index 935e27ba..57594bbf 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -401,21 +401,21 @@ GstVertigoTV::speed gfloat -[0.01,100] +[0,01,100] rw Speed Control the speed of movement. -0.02 +0,02 GstVertigoTV::zoom-speed gfloat -[1.01,1.1] +[1,01,1,1] rw Zoom Speed Control the rate of zooming. -1.01 +1,01 @@ -17241,7 +17241,7 @@ GstGamma::gamma gdouble -[0.01,10] +[0,01,10] rw Gamma gamma. @@ -17365,7 +17365,7 @@ rw Ripple Amount of ripple (dB). -0.25 +0,25 @@ -17391,7 +17391,7 @@ GstAudioChebyshevFreqLimit::cutoff gfloat ->= 0 +[0,100000] rw Cutoff Cut off frequency (Hz). @@ -17421,11 +17421,11 @@ GstAudioChebyshevFreqLimit::ripple gfloat ->= 0 +[0,200] rw Ripple Amount of ripple (dB). -0.25 +0,25 -- cgit