docs: fix controller sections docs
authorStefan Kost <ensonic@users.sf.net>
Wed, 14 Oct 2009 14:57:40 +0000 (17:57 +0300)
committerStefan Kost <ensonic@users.sf.net>
Wed, 14 Oct 2009 14:58:22 +0000 (17:58 +0300)
libs/gst/controller/gstcontroller.c

index c9c561c..12774b5 100644 (file)
@@ -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.