summaryrefslogtreecommitdiff
path: root/gst
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
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')
-rw-r--r--gst/audiomixer/gstaudiomixer.c3
-rw-r--r--gst/compositor/compositor.c2
2 files changed, 1 insertions, 4 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
diff --git a/gst/compositor/compositor.c b/gst/compositor/compositor.c
index 7ab6c8537..942c48036 100644
--- a/gst/compositor/compositor.c
+++ b/gst/compositor/compositor.c
@@ -61,7 +61,6 @@
* </listitem>
* </itemizedlist>
*
- * <para>
* <refsect2>
* <title>Sample pipelines</title>
* |[
@@ -105,7 +104,6 @@
* timeoverlay ! queue2 ! comp.
* ]| A pipeline to demonstrate synchronized compositing (the second stream starts after 3 seconds)
* </refsect2>
- * </para>
*/
#ifdef HAVE_CONFIG_H