summaryrefslogtreecommitdiffstats
path: root/gst/audiofx/audiokaraoke.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/audiofx/audiokaraoke.c')
-rw-r--r--gst/audiofx/audiokaraoke.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/gst/audiofx/audiokaraoke.c b/gst/audiofx/audiokaraoke.c
index ec505681..fe34971e 100644
--- a/gst/audiofx/audiokaraoke.c
+++ b/gst/audiofx/audiokaraoke.c
@@ -20,17 +20,15 @@
/**
* SECTION:element-audiokaraoke
- * @short_description: Voice removal element
*
- * <refsect2>
* Remove the voice from audio by filtering the center channel.
* This plugin is useful for karaoke applications.
+ *
+ * <refsect2>
* <title>Example launch line</title>
- * <para>
- * <programlisting>
+ * |[
* gst-launch filesrc location=song.ogg ! oggdemux ! vorbisdec ! audiokaraoke ! audioconvert ! alsasink
- * </programlisting>
- * </para>
+ * ]|
* </refsect2>
*/