mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
docs/manual/advanced-dparams.xml: Fix typo (g_object_control_properties() doesn't exist).
Original commit message from CVS: * docs/manual/advanced-dparams.xml: Fix typo (g_object_control_properties() doesn't exist).
This commit is contained in:
parent
f65a1d384e
commit
48f12a676d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-12-19 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* docs/manual/advanced-dparams.xml:
|
||||
Fix typo (g_object_control_properties() doesn't exist).
|
||||
|
||||
2006-12-19 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* gst/gstsegment.c: (gst_segment_set_seek):
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
behaviour.
|
||||
</para>
|
||||
<programlisting>
|
||||
controller = g_object_control_properties(object, "prop1", "prop2",...);
|
||||
controller = gst_object_control_properties(object, "prop1", "prop2",...);
|
||||
</programlisting>
|
||||
<para>
|
||||
Next we can select an interpolation mode. This mode controls how inbetween
|
||||
|
|
Loading…
Reference in a new issue