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:
Reynaldo H. Verdejo Pinochet 2017-09-11 14:50:34 -07:00
parent 9903ac71e9
commit a08019601d

View file

@ -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
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
up to 400%\!