From 47063257e0d3193d074527ffe0441f8633c0fb42 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 10 Jul 2008 18:51:11 +0000 Subject: [PATCH] Document one more. Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/gst-plugins-bad-plugins.interfaces: * docs/plugins/gst-plugins-bad-plugins.prerequisites: * docs/plugins/gst-plugins-bad-plugins.signals: * docs/plugins/inspect/plugin-stereo.xml: * gst/stereo/gststereo.c: Document one more. --- gst/audiofx/gststereo.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gst/audiofx/gststereo.c b/gst/audiofx/gststereo.c index 405449e..2dafc75 100644 --- a/gst/audiofx/gststereo.c +++ b/gst/audiofx/gststereo.c @@ -21,6 +21,18 @@ * the process of copying it over that the xmms people probably won't want * any credit for it ;-) */ +/** + * SECTION:element-stereo + * + * Create a wide stereo effect. + * + * + * Example pipelines + * |[ + * gst-launch -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! stereo ! audioconvert ! audioresample ! alsasink + * ]| Play an Ogg/Vorbis file. + * + */ #ifdef HAVE_CONFIG_H #include "config.h" -- 2.7.4