summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-10-13 17:55:45 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-10-13 17:55:45 +0200
commita3185f626a23e6f71088f8c7473f17b5b0758166 (patch)
treed3fd42e54e1eb1507a76faba0c7b7869e1c4c8f5
parent98ded2dd60226b3ec1d04996cfb1e29913352db4 (diff)
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.
-rw-r--r--gst/gstcontrolsource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstcontrolsource.c b/gst/gstcontrolsource.c
index bb5474ee0e..d9b35c72e7 100644
--- a/gst/gstcontrolsource.c
+++ b/gst/gstcontrolsource.c
@@ -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