basevisualizer: more docs
authorStefan Kost <ensonic@users.sf.net>
Fri, 12 Aug 2011 19:22:20 +0000 (21:22 +0200)
committerStefan Kost <ensonic@users.sf.net>
Fri, 12 Aug 2011 19:22:20 +0000 (21:22 +0200)
gst/audiovisualizers/gstbaseaudiovisualizer.c

index 811b92d..8598b5b 100644 (file)
 /**
  * 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