From a66e1df60f4bbc2702e4a8c5477ba96589ccae25 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Sun, 14 Apr 2002 11:50:18 +0000 Subject: [PATCH] more _ Original commit message from CVS: more _ --- 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 0771805230..074072ee03 100644 --- a/libs/gst/control/unitconvert.c +++ b/libs/gst/control/unitconvert.c @@ -214,11 +214,11 @@ _gst_unitconv_initialize (void) 0.0, 1.0, 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", + g_param_spec_string("twelve-tone-scale", "note", "Name of the note from the western twelve tone scale", "C", 0)); gst_unitconv_register_unit("frequency", FALSE, FALSE, - g_param_spec_int("midi_note", "midi note", "MIDI note value of the frequency", + g_param_spec_int("midi-note", "midi note", "MIDI note value of the frequency", 1, 127, 1, 0)); /* time based units */