mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Revert "doc: Workaround gtkdoc issue"
This reverts commit ff6c736fe0
.
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
This commit is contained in:
parent
4ca3a22b6b
commit
4116d11327
2 changed files with 1 additions and 4 deletions
|
@ -42,14 +42,13 @@
|
|||
* </listitem>
|
||||
* </itemizedlist>
|
||||
*
|
||||
* <para>
|
||||
* <refsect2>
|
||||
* <title>Example launch line</title>
|
||||
* |[
|
||||
* gst-launch audiotestsrc freq=100 ! audiomixer name=mix ! audioconvert ! alsasink audiotestsrc freq=500 ! mix.
|
||||
* ]| This pipeline produces two sine waves mixed together.
|
||||
* </refsect2>
|
||||
* </para>
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
|
|
@ -61,7 +61,6 @@
|
|||
* </listitem>
|
||||
* </itemizedlist>
|
||||
*
|
||||
* <para>
|
||||
* <refsect2>
|
||||
* <title>Sample pipelines</title>
|
||||
* |[
|
||||
|
@ -105,7 +104,6 @@
|
|||
* timeoverlay ! queue2 ! comp.
|
||||
* ]| A pipeline to demonstrate synchronized compositing (the second stream starts after 3 seconds)
|
||||
* </refsect2>
|
||||
* </para>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
|
Loading…
Reference in a new issue