summaryrefslogtreecommitdiff
path: root/gst/audiofxbad
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-03-08 15:01:13 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-04-12 12:57:57 -0300
commit78022a6e0c05ce482b798cf638cbd3f901a5094e (patch)
tree9725b5939d840f6eb3e8f39e032866e82413cb83 /gst/audiofxbad
parent90f766cc518b4fde651162d6e0c7d190373e3c61 (diff)
docs: Port all docstring to gtk-doc markdown
Diffstat (limited to 'gst/audiofxbad')
-rw-r--r--gst/audiofxbad/gstaudiochannelmix.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/audiofxbad/gstaudiochannelmix.c b/gst/audiofxbad/gstaudiochannelmix.c
index 7d92a5b26..84e1049f7 100644
--- a/gst/audiofxbad/gstaudiochannelmix.c
+++ b/gst/audiofxbad/gstaudiochannelmix.c
@@ -18,18 +18,18 @@
*/
/**
* SECTION:element-gstaudiochannelmix
+ * @title: gstaudiochannelmix
*
* The audiochannelmix element mixes channels in stereo audio based on
* properties set on the element. The primary purpose is reconstruct
* equal left/right channels on an input stream that has audio in only
* one channel.
*
- * <refsect2>
- * <title>Example launch line</title>
+ * ## Example launch line
* |[
* gst-launch-1.0 -v audiotestsrc ! audiochannelmix ! autoaudiosink
* ]|
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H