mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
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.
This commit is contained in:
parent
60144c1f08
commit
0c4a31d3d7
1 changed files with 8 additions and 2 deletions
|
@ -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>
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue