docs: fix xml
authorStefan Kost <ensonic@users.sf.net>
Thu, 8 Apr 2010 07:15:08 +0000 (10:15 +0300)
committerStefan Kost <ensonic@users.sf.net>
Thu, 8 Apr 2010 07:30:06 +0000 (10:30 +0300)
The title tag belongs into the refsect2.

gst/audiofx/audioamplify.c
gst/multifile/gstmultifilesink.c

index 4fe213d..8338137 100644 (file)
@@ -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
index 1855530..5ec7948 100644 (file)
@@ -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"