From a99d3f8769ed3fd1266d5216ecefebfd1bdcf663 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 28 Jan 2009 12:29:42 +0200 Subject: Update and add documentation for plugins with no deps (gst). Link to properties. Correct titles for examples. Document a few trivial cases. Keep lists in section file and docs/plugins/Makefile.am alphabetically ordered. --- gst/spectrum/gstspectrum.c | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) (limited to 'gst/spectrum') diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c index 15d3592e..63675c17 100644 --- a/gst/spectrum/gstspectrum.c +++ b/gst/spectrum/gstspectrum.c @@ -20,17 +20,13 @@ */ /** * SECTION:element-spectrum - * @short_description: audio spectrum analyzer * - * - * * The Spectrum element analyzes the frequency spectrum of an audio signal. * If the #GstSpectrum:message property is #TRUE, it sends analysis results as * application messages named * "spectrum" after each interval of time given * by the #GstSpectrum:interval property. - * - * + * * The message's structure contains some combination of these fields: * * @@ -87,19 +83,15 @@ * * * - * - * - * This element cannot be used with the gst-launch command in a sensible way. - * This sample code demonstrates how to use it in an application. - * + * + * * Example application - * - * - * - * - * Last reviewed on 2009-01-14 (0.10.12) - * + * |[ + * + * ]| * + * + * Last reviewed on 2009-01-14 (0.10.12) */ #ifdef HAVE_CONFIG_H -- cgit