mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
more _
Original commit message from CVS: more _
This commit is contained in:
parent
b5e2109686
commit
a66e1df60f
1 changed files with 2 additions and 2 deletions
|
@ -214,11 +214,11 @@ _gst_unitconv_initialize (void)
|
||||||
0.0, 1.0, 0.0, 0));
|
0.0, 1.0, 0.0, 0));
|
||||||
|
|
||||||
gst_unitconv_register_unit("frequency", FALSE, FALSE,
|
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));
|
"C", 0));
|
||||||
|
|
||||||
gst_unitconv_register_unit("frequency", FALSE, FALSE,
|
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));
|
1, 127, 1, 0));
|
||||||
|
|
||||||
/* time based units */
|
/* time based units */
|
||||||
|
|
Loading…
Reference in a new issue