Link to the class, as we can't link to the members yet.

This commit is contained in:
Stefan Kost 2009-01-31 18:44:32 +02:00
parent b36d8f3e11
commit 950d0c0a7d

View File

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