mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
doc: Workaround gtkdoc issue
With gtkdoc 1.22, the XML generator fails when a itemizedlist is followed by a refsect2. Workaround the issue by wrapping the refsect2 into para.
This commit is contained in:
parent
1dd94be326
commit
ff6c736fe0
2 changed files with 4 additions and 1 deletions
|
@ -42,13 +42,14 @@
|
||||||
* </listitem>
|
* </listitem>
|
||||||
* </itemizedlist>
|
* </itemizedlist>
|
||||||
*
|
*
|
||||||
|
* <para>
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
* <title>Example launch line</title>
|
* <title>Example launch line</title>
|
||||||
* |[
|
* |[
|
||||||
* gst-launch audiotestsrc freq=100 ! audiomixer name=mix ! audioconvert ! alsasink audiotestsrc freq=500 ! mix.
|
* gst-launch audiotestsrc freq=100 ! audiomixer name=mix ! audioconvert ! alsasink audiotestsrc freq=500 ! mix.
|
||||||
* ]| This pipeline produces two sine waves mixed together.
|
* ]| This pipeline produces two sine waves mixed together.
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*
|
* </para>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
|
|
@ -61,6 +61,7 @@
|
||||||
* </listitem>
|
* </listitem>
|
||||||
* </itemizedlist>
|
* </itemizedlist>
|
||||||
*
|
*
|
||||||
|
* <para>
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
* <title>Sample pipelines</title>
|
* <title>Sample pipelines</title>
|
||||||
* |[
|
* |[
|
||||||
|
@ -104,6 +105,7 @@
|
||||||
* timeoverlay ! queue2 ! comp.
|
* timeoverlay ! queue2 ! comp.
|
||||||
* ]| A pipeline to demonstrate synchronized compositing (the second stream starts after 3 seconds)
|
* ]| A pipeline to demonstrate synchronized compositing (the second stream starts after 3 seconds)
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
|
* </para>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
|
Loading…
Reference in a new issue