mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
docs: update controller api design
This commit is contained in:
parent
b23977cb93
commit
55eea8f780
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue