From fd149d267fb4028e5bf382104bdcde813348a9b3 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 7 Feb 2008 13:41:11 +0000 Subject: gst/spectrum/gstspectrum.c: Improve the docs. Original commit message from CVS: * gst/spectrum/gstspectrum.c: Improve the docs. --- ChangeLog | 5 +++++ gst/spectrum/gstspectrum.c | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index e0dd4a72..431b1193 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-07 Stefan Kost + + * gst/spectrum/gstspectrum.c: + Improve the docs. + 2008-02-07 Tim-Philipp Müller * configure.ac: diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c index b2807d41..e3f7b2d4 100644 --- a/gst/spectrum/gstspectrum.c +++ b/gst/spectrum/gstspectrum.c @@ -20,17 +20,18 @@ */ /** * SECTION:element-spectrum + * @short_description: audio spectrum analyzer * * * * The Spectrum element analyzes the frequency spectrum of an audio signal. - * If message property is #TRUE it - * sends analysis results as application message named + * If #GstSpectrum:message property is #TRUE it sends analysis results as + * application message named * "spectrum" after each interval of time given - * by the interval property. + * by the #GstSpectrum:interval property. * * - * The message's structure contains two fields: + * The message's structure contains three fields: * * * @@ -44,8 +45,7 @@ * #GstValueList of #gfloat * "magnitude": * the level for each frequency band in dB. All values below the value of the - * threshold property will - * be set to the threshold. + * #GstSpectrum:threshold property will be set to the threshold. * * * @@ -62,7 +62,7 @@ * The included demo shows how to use it in an application. * * - * Last reviewed on 2007-11-11 (0.10.6) + * Last reviewed on 2008-02-07 (0.10.6) * * */ -- cgit v1.2.1