summaryrefslogtreecommitdiffstats
path: root/gst/audiofx/audioinvert.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/audiofx/audioinvert.c')
-rw-r--r--gst/audiofx/audioinvert.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/gst/audiofx/audioinvert.c b/gst/audiofx/audioinvert.c
index 188793f5..a6911697 100644
--- a/gst/audiofx/audioinvert.c
+++ b/gst/audiofx/audioinvert.c
@@ -21,20 +21,18 @@
/**
* SECTION:element-audioinvert
- * @short_description: Swaps upper and lower half of audio samples
*
- * <refsect2>
* Swaps upper and lower half of audio samples. Mixing an inverted sample on top of
* the original with a slight delay can produce effects that sound like resonance.
* Creating a stereo sample from a mono source, with one channel inverted produces wide-stereo sounds.
+ *
+ * <refsect2>
* <title>Example launch line</title>
- * <para>
- * <programlisting>
+ * |[
* gst-launch audiotestsrc wave=saw ! audioinvert invert=0.4 ! alsasink
* gst-launch filesrc location="melo1.ogg" ! oggdemux ! vorbisdec ! audioconvert ! audioinvert invert=0.4 ! alsasink
* gst-launch audiotestsrc wave=saw ! audioconvert ! audioinvert invert=0.4 ! audioconvert ! alsasink
- * </programlisting>
- * </para>
+ * ]|
* </refsect2>
*/