summaryrefslogtreecommitdiffstats
path: root/gst/stereo/gststereo.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/stereo/gststereo.c')
-rw-r--r--gst/stereo/gststereo.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/gst/stereo/gststereo.c b/gst/stereo/gststereo.c
index 405449e2..2dafc75f 100644
--- a/gst/stereo/gststereo.c
+++ b/gst/stereo/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.
+ *
+ * <refsect2>
+ * <title>Example pipelines</title>
+ * |[
+ * gst-launch -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! stereo ! audioconvert ! audioresample ! alsasink
+ * ]| Play an Ogg/Vorbis file.
+ * </refsect2>
+ */
#ifdef HAVE_CONFIG_H
#include "config.h"