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.
* </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
* </listitem>
* </itemizedlist>
*
+ * <para>
* <refsect2>
* <title>Sample pipelines</title>
* |[
* timeoverlay ! queue2 ! comp.
* ]| A pipeline to demonstrate synchronized compositing (the second stream starts after 3 seconds)
* </refsect2>
+ * </para>
*/
#ifdef HAVE_CONFIG_H