mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:46:13 +00:00
application-development: dparams: fix range for gstvolume's volume prop
It is not 0 - 4 but 0 - 10 since b8dfedde6a.. From ten years ago.
This commit is contained in:
parent
9903ac71e9
commit
a08019601d
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ gst_timed_value_control_source_set (tv_csource, 1 * GST_SECOND, 1.0);
|
||||||
|
|
||||||
Now everything is ready to play. If we bound the `GstControlSource` to a volume
|
Now everything is ready to play. If we bound the `GstControlSource` to a volume
|
||||||
property, we will hear a 1 second fade-in. One word of caution: GStreamer's
|
property, we will hear a 1 second fade-in. One word of caution: GStreamer's
|
||||||
stock volume element has a `volume` property with a range from 0.0 to 4.0. If
|
stock volume element has a `volume` property with a range from 0.0 to 10.0. If
|
||||||
the above `GstControlSource` is attached to this property the volume will ramp
|
the above `GstControlSource` is attached to this property the volume will ramp
|
||||||
up to 400%\!
|
up to 400%\!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue