From 03075cd144ab5635897e5e20ff647333a5c79768 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Fri, 8 Mar 2013 08:13:06 +0100 Subject: [PATCH] docs: mention clipping of values in control-binding docs --- libs/gst/controller/gstdirectcontrolbinding.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/gst/controller/gstdirectcontrolbinding.c b/libs/gst/controller/gstdirectcontrolbinding.c index d6054c4978..b7d06bc619 100644 --- a/libs/gst/controller/gstdirectcontrolbinding.c +++ b/libs/gst/controller/gstdirectcontrolbinding.c @@ -24,7 +24,8 @@ * @short_description: direct attachment for control sources * * A value mapping object that attaches control sources to gobject properties. It - * will map the control values [0.0 ... 1.0] to the target property range. + * will map the control values [0.0 ... 1.0] to the target property range. If a + * control value is outside of the range, it will be clipped. */ #include