mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
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:
parent
98ded2dd60
commit
a3185f626a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue