mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
docs: fix xml
The title tag belongs into the refsect2.
This commit is contained in:
parent
4e277ebe7b
commit
43ebe8235f
2 changed files with 3 additions and 2 deletions
|
@ -24,8 +24,9 @@
|
||||||
*
|
*
|
||||||
* Amplifies an audio stream by a given factor and allows the selection of different clipping modes.
|
* 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.
|
* The difference between the clipping modes is best evaluated by testing.
|
||||||
* <title>Example launch line</title>
|
*
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
|
* <title>Example launch line</title>
|
||||||
* |[
|
* |[
|
||||||
* gst-launch audiotestsrc wave=saw ! audioamplify amplification=1.5 ! alsasink
|
* 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
|
* gst-launch filesrc location="melo1.ogg" ! oggdemux ! vorbisdec ! audioconvert ! audioamplify amplification=1.5 method=wrap-negative ! alsasink
|
||||||
|
|
|
@ -95,8 +95,8 @@
|
||||||
* </listitem>
|
* </listitem>
|
||||||
* </itemizedlist>
|
* </itemizedlist>
|
||||||
*
|
*
|
||||||
* <title>Example launch line</title>
|
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
|
* <title>Example launch line</title>
|
||||||
* |[
|
* |[
|
||||||
* gst-launch audiotestsrc ! multifilesink
|
* gst-launch audiotestsrc ! multifilesink
|
||||||
* gst-launch videotestsrc ! multifilesink post-messages=true filename="frame%d"
|
* gst-launch videotestsrc ! multifilesink post-messages=true filename="frame%d"
|
||||||
|
|
Loading…
Reference in a new issue