diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c index 3f150de162..b2807d4144 100644 --- a/gst/spectrum/gstspectrum.c +++ b/gst/spectrum/gstspectrum.c @@ -22,11 +22,14 @@ * SECTION:element-spectrum * * + * * The Spectrum element analyzes the frequency spectrum of an audio signal. * If message property is #TRUE it * sends analysis results as application message named * "spectrum" after each interval of time given * by the interval property. + * + * * The message's structure contains two fields: * * @@ -53,11 +56,14 @@ * * * - * + * + * * This element cannot be used with the gst-launch command in a sensible way. * The included demo shows how to use it in an application. - * + * + * * Last reviewed on 2007-11-11 (0.10.6) + * * */