summaryrefslogtreecommitdiff
path: root/gst/audiofx
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2015-05-18 20:13:01 +0200
committerStefan Sauer <ensonic@users.sf.net>2015-05-18 20:13:01 +0200
commit168881a186262eac71b5052e34cfbf03dc9e3a51 (patch)
tree87f6ce44fc24b1877e4ea52c04d7300ab72c13d1 /gst/audiofx
parent5e226d63f941862867c6edd77a238d4c20e734d1 (diff)
Revert "doc: Workaround gtkdoc issue"
This reverts commit 1797c8f8b12d7f4c7a9444c94f34f4d08ec85945. 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/audiofx')
-rw-r--r--gst/audiofx/audiochebband.c2
-rw-r--r--gst/audiofx/audiocheblimit.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/gst/audiofx/audiochebband.c b/gst/audiofx/audiochebband.c
index 4e8781ecc..d29500927 100644
--- a/gst/audiofx/audiochebband.c
+++ b/gst/audiofx/audiochebband.c
@@ -56,7 +56,6 @@
* a cutoff frequency at a quarter of the sampling rate.
* </note>
*
- * <para>
* <refsect2>
* <title>Example launch line</title>
* |[
@@ -65,7 +64,6 @@
* gst-launch-1.0 audiotestsrc wave=white-noise ! audioconvert ! audiochebband mode=band-pass lower-frequency=1000 upper-frequency=4000 type=2 ! audioconvert ! alsasink
* ]|
* </refsect2>
- * </para>
*/
#ifdef HAVE_CONFIG_H
diff --git a/gst/audiofx/audiocheblimit.c b/gst/audiofx/audiocheblimit.c
index dcf3d9e5a..e27888666 100644
--- a/gst/audiofx/audiocheblimit.c
+++ b/gst/audiofx/audiocheblimit.c
@@ -52,7 +52,6 @@
* a cutoff frequency at a quarter of the sampling rate.
* </para></note>
*
- * <para>
* <refsect2>
* <title>Example launch line</title>
* |[
@@ -61,7 +60,6 @@
* gst-launch-1.0 audiotestsrc wave=white-noise ! audioconvert ! audiocheblimit mode=low-pass cutoff=800 type=2 ! audioconvert ! alsasink
* ]|
* </refsect2>
- * </para>
*/
#ifdef HAVE_CONFIG_H