diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-21 09:57:07 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-21 09:57:07 +0000 |
commit | efad8af2a1b377f43db2c8bac71fef5c07070c05 (patch) | |
tree | 919a829435bbe74f5594210bb5fd422165540a13 /gst/spectrum | |
parent | 5b4cf531810f65686bacd2cc0e0493f327ee3612 (diff) | |
download | gst-plugins-bad-efad8af2a1b377f43db2c8bac71fef5c07070c05.tar.gz gst-plugins-bad-efad8af2a1b377f43db2c8bac71fef5c07070c05.tar.bz2 gst-plugins-bad-efad8af2a1b377f43db2c8bac71fef5c07070c05.zip |
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.
Diffstat (limited to 'gst/spectrum')
-rw-r--r-- | gst/spectrum/gstspectrum.c | 10 |
1 files changed, 8 insertions, 2 deletions
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 * * <refsect2> + * <para> * The Spectrum element analyzes the frequency spectrum of an audio signal. * If <link linkend="GstSpectrum--message">message property</link> is #TRUE it * sends analysis results as application message named * <classname>"spectrum"</classname> after each interval of time given * by the <link linkend="GstSpectrum--interval">interval property</link>. + * </para> + * <para> * The message's structure contains two fields: * <itemizedlist> * <listitem> @@ -53,11 +56,14 @@ * </para> * </listitem> * </itemizedlist> - * + * </para> + * <para> * 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. - * + * </para> + * <para> * Last reviewed on 2007-11-11 (0.10.6) + * </para> * </refsect2> */ |