From 4321f75fbdb116f7a568949bb82e729d713ce2b0 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Sun, 5 May 2002 15:31:11 +0000 Subject: [PATCH] renamed rate-proportion to the more accurate hertz-rate-bound Original commit message from CVS: renamed rate-proportion to the more accurate hertz-rate-bound --- libs/gst/control/unitconvert.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/gst/control/unitconvert.c b/libs/gst/control/unitconvert.c index 9bb45db..f2bc2a5 100644 --- a/libs/gst/control/unitconvert.c +++ b/libs/gst/control/unitconvert.c @@ -210,8 +210,8 @@ _gst_unitconv_initialize (void) 0, G_MAXFLOAT, 0, 0)); gst_unitconv_register_unit("frequency", FALSE, TRUE, - g_param_spec_float("rate-proportion", "rate proportion", "Proportion of the sample rate", - 0.0, 1.0, 0.0, 0)); + g_param_spec_float("hertz-rate-bound", "Hz", "Frequency in hertz, bound by the sample rate", + 0.0, G_MAXFLOAT, 0.0, 0)); gst_unitconv_register_unit("frequency", FALSE, FALSE, g_param_spec_string("twelve-tone-scale", "note", "Name of the note from the western twelve tone scale", -- 2.7.4