[gst-cvs] gst-plugins-good: docs: fix xml

Stefan Kost ensonic at kemper.freedesktop.org
Thu Apr 8 00:34:52 PDT 2010


Module: gst-plugins-good
Branch: master
Commit: 43ebe8235fc5b42948d521a855d9864f47c54f72
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=43ebe8235fc5b42948d521a855d9864f47c54f72

Author: Stefan Kost <ensonic at users.sf.net>
Date:   Thu Apr  8 10:15:08 2010 +0300

docs: fix xml

The title tag belongs into the refsect2.

---

 gst/audiofx/audioamplify.c       |    3 ++-
 gst/multifile/gstmultifilesink.c |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gst/audiofx/audioamplify.c b/gst/audiofx/audioamplify.c
index 4fe213d..8338137 100644
--- a/gst/audiofx/audioamplify.c
+++ b/gst/audiofx/audioamplify.c
@@ -24,8 +24,9 @@
  *
  * Amplifies an audio stream by a given factor and allows the selection of different clipping modes.
  * The difference between the clipping modes is best evaluated by testing.
- * <title>Example launch line</title>
+ *
  * <refsect2>
+ * <title>Example launch line</title>
  * |[
  * gst-launch audiotestsrc wave=saw ! audioamplify amplification=1.5 ! alsasink
  * gst-launch filesrc location="melo1.ogg" ! oggdemux ! vorbisdec ! audioconvert ! audioamplify amplification=1.5 method=wrap-negative ! alsasink
diff --git a/gst/multifile/gstmultifilesink.c b/gst/multifile/gstmultifilesink.c
index 1855530..5ec7948 100644
--- a/gst/multifile/gstmultifilesink.c
+++ b/gst/multifile/gstmultifilesink.c
@@ -95,8 +95,8 @@
  * </listitem>
  * </itemizedlist>
  *
- * <title>Example launch line</title>
  * <refsect2>
+ * <title>Example launch line</title>
  * |[
  * gst-launch audiotestsrc ! multifilesink
  * gst-launch videotestsrc ! multifilesink post-messages=true filename="frame%d"





More information about the Gstreamer-commits mailing list