From 950d0c0a7dd4a76f9ed05b869e14c49383d3652b Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sat, 31 Jan 2009 18:44:32 +0200 Subject: [PATCH] Link to the class, as we can't link to the members yet. --- gst-libs/gst/audio/gstaudiofilter.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/audio/gstaudiofilter.c b/gst-libs/gst/audio/gstaudiofilter.c index f32e36cf24..6a2323ec3c 100644 --- a/gst-libs/gst/audio/gstaudiofilter.c +++ b/gst-libs/gst/audio/gstaudiofilter.c @@ -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