From df7ef3c35d34352257a28307c07d4673f239452e Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Sat, 16 May 2015 23:33:55 -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/playback/gstplaybin2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/playback/gstplaybin2.c b/gst/playback/gstplaybin2.c index e8ae36a4f3..01852909b8 100644 --- a/gst/playback/gstplaybin2.c +++ b/gst/playback/gstplaybin2.c @@ -197,6 +197,7 @@ * * * + * * Examples * |[ * gst-launch-1.0 -v playbin uri=file:///path/to/somefile.mp4 @@ -213,6 +214,7 @@ * gst-launch-1.0 -v playbin uri=dvd:// * ]| This will play back the DVD in your disc drive (assuming * the drive is detected automatically by the plugin). + * * */