application-development: dparams: fix range for gstvolume's volume prop
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Mon, 11 Sep 2017 21:50:34 +0000 (14:50 -0700)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Mon, 11 Sep 2017 22:21:33 +0000 (15:21 -0700)
It is not 0 - 4 but 0 - 10 since b8dfedde6a.. From ten years ago.

markdown/application-development/advanced/dparams.md

index 42f1100..e948ac0 100644 (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%\!