summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2012-01-23 11:02:45 +0100
committerStefan Sauer <ensonic@users.sf.net>2012-01-23 11:03:43 +0100
commit55eea8f780b88eddc9b88dd70c3700883f9fa1e0 (patch)
tree59d6d686a80d60622add5f89a614fdc88dbf0647
parentb23977cb9357d5084e09d2f4af9b3b65db32824c (diff)
docs: update controller api design
-rw-r--r--docs/design/part-controller.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/design/part-controller.txt b/docs/design/part-controller.txt
index c75da542df..1a2f23e087 100644
--- a/docs/design/part-controller.txt
+++ b/docs/design/part-controller.txt
@@ -34,3 +34,7 @@ generate various repetitive signals. Those can be made more complex by chaining
the control sources. One can attach another control-source to e.g. modulate the
frequency of the first GstLFOControlSource.
+In most cases GstControlBindingDirect will be the binding to be used. Other
+control bindings are there to handle special cases, such as having 1-4 control-
+sources and combine their values into a single guint to control a rgba-color
+property.