From 168881a186262eac71b5052e34cfbf03dc9e3a51 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Mon, 18 May 2015 20:13:01 +0200 Subject: [PATCH] Revert "doc: Workaround gtkdoc issue" This reverts commit 1797c8f8b12d7f4c7a9444c94f34f4d08ec85945. This is fixed by the gtk-doc 1.23 release. cannot contain : http://www.docbook.org/tdg/en/html/para.html http://www.docbook.org/tdg/en/html/refsect2.html --- gst/audiofx/audiochebband.c | 2 -- gst/audiofx/audiocheblimit.c | 2 -- gst/cutter/gstcutter.c | 2 -- gst/equalizer/gstiirequalizernbands.c | 2 -- gst/multifile/gstmultifilesink.c | 2 -- 5 files changed, 10 deletions(-) diff --git a/gst/audiofx/audiochebband.c b/gst/audiofx/audiochebband.c index 4e8781ecc5..d295009272 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. * * - * * * Example launch line * |[ @@ -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 * ]| * - * */ #ifdef HAVE_CONFIG_H diff --git a/gst/audiofx/audiocheblimit.c b/gst/audiofx/audiocheblimit.c index dcf3d9e5a4..e27888666b 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. * * - * * * Example launch line * |[ @@ -61,7 +60,6 @@ * gst-launch-1.0 audiotestsrc wave=white-noise ! audioconvert ! audiocheblimit mode=low-pass cutoff=800 type=2 ! audioconvert ! alsasink * ]| * - * */ #ifdef HAVE_CONFIG_H diff --git a/gst/cutter/gstcutter.c b/gst/cutter/gstcutter.c index 0a7b0cba3d..d643de1f28 100644 --- a/gst/cutter/gstcutter.c +++ b/gst/cutter/gstcutter.c @@ -42,14 +42,12 @@ * * * - * * * Example launch line * |[ * gst-launch-1.0 -m filesrc location=foo.ogg ! decodebin ! audioconvert ! cutter ! autoaudiosink * ]| Show cut messages. * - * */ #ifdef HAVE_CONFIG_H diff --git a/gst/equalizer/gstiirequalizernbands.c b/gst/equalizer/gstiirequalizernbands.c index ab38d67a64..ab2c0318cc 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. * - * * * Example code * |[ @@ -75,7 +74,6 @@ * ... * ]| * - * */ #ifdef HAVE_CONFIG_H diff --git a/gst/multifile/gstmultifilesink.c b/gst/multifile/gstmultifilesink.c index 3f15a44039..c035f55c9c 100644 --- a/gst/multifile/gstmultifilesink.c +++ b/gst/multifile/gstmultifilesink.c @@ -104,7 +104,6 @@ * * * - * * * Example launch line * |[ @@ -112,7 +111,6 @@ * gst-launch-1.0 videotestsrc ! multifilesink post-messages=true filename="frame%d" * ]| * - * */ #ifdef HAVE_CONFIG_H