From efad8af2a1b377f43db2c8bac71fef5c07070c05 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 21 Jan 2008 09:57:07 +0000 Subject: docs/plugins/: Add symbols from -unused.txt to the right place. Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-sections.txt: Add symbols from -unused.txt to the right place. * gst/dvdspu/gstdvdspu.c: * gst/dvdspu/gstdvdspu.h: Coherent namespace usage. * gst/spectrum/gstspectrum.c: Fix broken XML fragment in doc snippet even more. --- gst/spectrum/gstspectrum.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'gst/spectrum/gstspectrum.c') diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c index 3f150de1..b2807d41 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) + * * */ -- cgit v1.2.1