summaryrefslogtreecommitdiff
path: root/gst/audiomixer
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2015-05-18 20:16:32 +0200
committerStefan Sauer <ensonic@users.sf.net>2015-05-18 20:16:32 +0200
commit4116d1132740280afa13334187a02219dea63cfc (patch)
tree151db61b00660e5ddc2a3e6b083f07ed38aa453c /gst/audiomixer
parent4ca3a22b6b33ad8be4383063e76f79c4d346535d (diff)
downloadgstreamer-plugins-bad-4116d1132740280afa13334187a02219dea63cfc.tar.gz
Revert "doc: Workaround gtkdoc issue"
This reverts commit ff6c736fe08e01f4320c4b02e811a0b57cf97cc1. This is fixed by the gtk-doc 1.23 release. <para> cannot contain <refsect2>: http://www.docbook.org/tdg/en/html/para.html http://www.docbook.org/tdg/en/html/refsect2.html
Diffstat (limited to 'gst/audiomixer')
-rw-r--r--gst/audiomixer/gstaudiomixer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/audiomixer/gstaudiomixer.c b/gst/audiomixer/gstaudiomixer.c
index 57be45f2c..f0e8f66eb 100644
--- a/gst/audiomixer/gstaudiomixer.c
+++ b/gst/audiomixer/gstaudiomixer.c
@@ -42,14 +42,13 @@
* </listitem>
* </itemizedlist>
*
- * <para>
* <refsect2>
* <title>Example launch line</title>
* |[
* gst-launch audiotestsrc freq=100 ! audiomixer name=mix ! audioconvert ! alsasink audiotestsrc freq=500 ! mix.
* ]| This pipeline produces two sine waves mixed together.
* </refsect2>
- * </para>
+ *
*/
#ifdef HAVE_CONFIG_H