docs: update controller api design

This commit is contained in:
Stefan Sauer 2012-01-23 11:02:45 +01:00
parent b23977cb93
commit 55eea8f780

View file

@ -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.