From 039ff3873b231ef6d2301cf881c35b0080a40b52 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 12 Aug 2011 21:22:20 +0200 Subject: [PATCH] basevisualizer: more docs --- gst/audiovisualizers/gstbaseaudiovisualizer.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gst/audiovisualizers/gstbaseaudiovisualizer.c b/gst/audiovisualizers/gstbaseaudiovisualizer.c index 811b92dc99..8598b5b28f 100644 --- a/gst/audiovisualizers/gstbaseaudiovisualizer.c +++ b/gst/audiovisualizers/gstbaseaudiovisualizer.c @@ -20,10 +20,13 @@ /** * SECTION:gstbaseaudiovisualizer * - * A basclass for scopes. It takes care of re-fitting the audio-rate to - * video-rate. It also provides several background shading effects. These - * effects are applied to a previous picture before the render() implementation - * can draw a new frame. + * A basclass for scopes (visualizers). It takes care of re-fitting the + * audio-rate to video-rate and handles renegotiation (downstream video size + * changes). + * + * It also provides several background shading effects. These effects are + * applied to a previous picture before the render() implementation can draw a + * new frame. */ #ifdef HAVE_CONFIG_H