mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
gst/spectrum/gstspectrum.c: Improve the docs.
Original commit message from CVS: * gst/spectrum/gstspectrum.c: Improve the docs.
This commit is contained in:
parent
120a00c2e7
commit
fd149d267f
2 changed files with 12 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-02-07 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* gst/spectrum/gstspectrum.c:
|
||||||
|
Improve the docs.
|
||||||
|
|
||||||
2008-02-07 Tim-Philipp Müller <tim at centricular dot net>
|
2008-02-07 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -20,17 +20,18 @@
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* SECTION:element-spectrum
|
* SECTION:element-spectrum
|
||||||
|
* @short_description: audio spectrum analyzer
|
||||||
*
|
*
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
* <para>
|
* <para>
|
||||||
* The Spectrum element analyzes the frequency spectrum of an audio signal.
|
* The Spectrum element analyzes the frequency spectrum of an audio signal.
|
||||||
* If <link linkend="GstSpectrum--message">message property</link> is #TRUE it
|
* If #GstSpectrum:message property is #TRUE it sends analysis results as
|
||||||
* sends analysis results as application message named
|
* application message named
|
||||||
* <classname>"spectrum"</classname> after each interval of time given
|
* <classname>"spectrum"</classname> after each interval of time given
|
||||||
* by the <link linkend="GstSpectrum--interval">interval property</link>.
|
* by the #GstSpectrum:interval property.
|
||||||
* </para>
|
* </para>
|
||||||
* <para>
|
* <para>
|
||||||
* The message's structure contains two fields:
|
* The message's structure contains three fields:
|
||||||
* <itemizedlist>
|
* <itemizedlist>
|
||||||
* <listitem>
|
* <listitem>
|
||||||
* <para>
|
* <para>
|
||||||
|
@ -44,8 +45,7 @@
|
||||||
* #GstValueList of #gfloat
|
* #GstValueList of #gfloat
|
||||||
* <classname>"magnitude"</classname>:
|
* <classname>"magnitude"</classname>:
|
||||||
* the level for each frequency band in dB. All values below the value of the
|
* the level for each frequency band in dB. All values below the value of the
|
||||||
* <link linkend="GstSpectrum--threshold">threshold property</link> will
|
* #GstSpectrum:threshold property will be set to the threshold.
|
||||||
* be set to the threshold.
|
|
||||||
* </para>
|
* </para>
|
||||||
* </listitem>
|
* </listitem>
|
||||||
* <listitem>
|
* <listitem>
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
* The included demo shows how to use it in an application.
|
* The included demo shows how to use it in an application.
|
||||||
* </para>
|
* </para>
|
||||||
* <para>
|
* <para>
|
||||||
* Last reviewed on 2007-11-11 (0.10.6)
|
* Last reviewed on 2008-02-07 (0.10.6)
|
||||||
* </para>
|
* </para>
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue