diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2015-05-18 20:13:01 +0200 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2015-05-18 20:13:01 +0200 |
commit | 168881a186262eac71b5052e34cfbf03dc9e3a51 (patch) | |
tree | 87f6ce44fc24b1877e4ea52c04d7300ab72c13d1 /gst/equalizer | |
parent | 5e226d63f941862867c6edd77a238d4c20e734d1 (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/equalizer')
-rw-r--r-- | gst/equalizer/gstiirequalizernbands.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/equalizer/gstiirequalizernbands.c b/gst/equalizer/gstiirequalizernbands.c index ab38d67a6..ab2c0318c 100644 --- a/gst/equalizer/gstiirequalizernbands.c +++ b/gst/equalizer/gstiirequalizernbands.c @@ -31,7 +31,6 @@ * gst-launch-1.0 filesrc location=song.ogg ! oggdemux ! vorbisdec ! audioconvert ! equalizer-nbands num-bands=15 band5::gain=6.0 ! alsasink * ]| This make the equalizer use 15 bands and raises the volume of the 5th band by 6 db. * </refsect2> - * <para> * <refsect2> * <title>Example code</title> * |[ @@ -75,7 +74,6 @@ * ... * ]| * </refsect2> - * </para> */ #ifdef HAVE_CONFIG_H |