From: Stefan Kost Date: Mon, 21 Jan 2008 09:57:07 +0000 (+0000) Subject: docs/plugins/: Add symbols from -unused.txt to the right place. X-Git-Tag: RELEASE-0_10_7~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0c4a31d3d71a0d0731732b0ec809c96ade978a77;p=platform%2Fupstream%2Fgst-plugins-good.git 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. --- diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c index 3f150de..b2807d4 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) + * * */