From ff6c736fe08e01f4320c4b02e811a0b57cf97cc1 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Sat, 16 May 2015 23:38:14 -0400 Subject: [PATCH] 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. --- gst/audiomixer/gstaudiomixer.c | 3 ++- gst/compositor/compositor.c | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gst/audiomixer/gstaudiomixer.c b/gst/audiomixer/gstaudiomixer.c index f0e8f66ebc..57be45f2cf 100644 --- a/gst/audiomixer/gstaudiomixer.c +++ b/gst/audiomixer/gstaudiomixer.c @@ -42,13 +42,14 @@ * * * + * * * Example launch line * |[ * gst-launch audiotestsrc freq=100 ! audiomixer name=mix ! audioconvert ! alsasink audiotestsrc freq=500 ! mix. * ]| This pipeline produces two sine waves mixed together. * - * + * */ #ifdef HAVE_CONFIG_H diff --git a/gst/compositor/compositor.c b/gst/compositor/compositor.c index 942c48036e..7ab6c85377 100644 --- a/gst/compositor/compositor.c +++ b/gst/compositor/compositor.c @@ -61,6 +61,7 @@ * * * + * * * Sample pipelines * |[ @@ -104,6 +105,7 @@ * timeoverlay ! queue2 ! comp. * ]| A pipeline to demonstrate synchronized compositing (the second stream starts after 3 seconds) * + * */ #ifdef HAVE_CONFIG_H