docs: fix type in GstObject docs

This commit is contained in:
Tim-Philipp Müller 2014-05-30 00:13:30 +01:00
parent 4397150d54
commit 88191aa880

View file

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