controlsource: Remove misleading sentence from the documentation

control sources are not required to return values between 0.0 and 1.0.
This is completely up to the control binding that is used.
This commit is contained in:
Sebastian Dröge 2016-10-13 17:55:45 +02:00
parent 98ded2dd60
commit a3185f626a

View file

@ -26,7 +26,7 @@
*
* The #GstControlSource is a base class for control value sources that could
* be used to get timestamp-value pairs. A control source essentially is a
* function over time, returning float values between 0.0 and 1.0.
* function over time.
*
* A #GstControlSource is used by first getting an instance of a specific
* control-source, creating a binding for the control-source to the target property