mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
docs: fix controller sections docs
This commit is contained in:
parent
8f9d7f2bd1
commit
cd31173b79
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
* <orderedlist>
|
||||
* <listitem><para>
|
||||
* first put some properties under control, by calling
|
||||
* controller = g_object_control_properties(object, "prop1", "prop2",...);
|
||||
* controller = gst_object_control_properties (object, "prop1", "prop2",...);
|
||||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* Get a #GstControlSource for the property and set it up.
|
||||
|
|
Loading…
Reference in a new issue