mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
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
This commit is contained in:
parent
6691120451
commit
4321f75fbd
1 changed files with 2 additions and 2 deletions
|
@ -210,8 +210,8 @@ _gst_unitconv_initialize (void)
|
||||||
0, G_MAXFLOAT, 0, 0));
|
0, G_MAXFLOAT, 0, 0));
|
||||||
|
|
||||||
gst_unitconv_register_unit("frequency", FALSE, TRUE,
|
gst_unitconv_register_unit("frequency", FALSE, TRUE,
|
||||||
g_param_spec_float("rate-proportion", "rate proportion", "Proportion of the sample rate",
|
g_param_spec_float("hertz-rate-bound", "Hz", "Frequency in hertz, bound by the sample rate",
|
||||||
0.0, 1.0, 0.0, 0));
|
0.0, G_MAXFLOAT, 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",
|
||||||
|
|
Loading…
Reference in a new issue