Link to the class, as we can't link to the members yet.
authorStefan Kost <ensonic@users.sf.net>
Sat, 31 Jan 2009 16:44:32 +0000 (18:44 +0200)
committerStefan Kost <ensonic@users.sf.net>
Sat, 31 Jan 2009 16:44:32 +0000 (18:44 +0200)
gst-libs/gst/audio/gstaudiofilter.c

index f32e36cf24052fab2ec72ce878340b736c189960..6a2323ec3c07f4011d275235550cb7c1747ae03f 100644 (file)
@@ -32,8 +32,9 @@
  * their base_init function to easily configure the set of caps/formats that
  * the element is able to handle.
  *
- * Derived classes should override the GstAudioFilter::setup() and
- * GstBaseTransform::transform_ip() and/or GstBaseTransform::transform()
+ * Derived classes should override the #GstAudioFilterClass.setup() and
+ * #GstBaseTransformClass.transform_ip() and/or
+ * #GstBaseTransformClass.transform()
  * virtual functions in their class_init function.
  *
  * Since: 0.10.12