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