mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
docs: fix type in GstObject docs
This commit is contained in:
parent
4397150d54
commit
88191aa880
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@
|
|||
* <listitem><para>
|
||||
* when processing data (get, chain, loop function) at the beginning call
|
||||
* gst_object_sync_values(element,timestamp).
|
||||
* This will make the controller to update all gobject properties that are under
|
||||
* control with the current values based on timestamp.
|
||||
* This will make the controller update all GObject properties that are
|
||||
* under its control with the current values based on the timestamp.
|
||||
* </para></listitem>
|
||||
* </orderedlist>
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue