mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +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>
|
* <orderedlist>
|
||||||
* <listitem><para>
|
* <listitem><para>
|
||||||
* first put some properties under control, by calling
|
* 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>
|
* </para></listitem>
|
||||||
* <listitem><para>
|
* <listitem><para>
|
||||||
* Get a #GstControlSource for the property and set it up.
|
* Get a #GstControlSource for the property and set it up.
|
||||||
|
|
Loading…
Reference in a new issue