From 78022a6e0c05ce482b798cf638cbd3f901a5094e Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 8 Mar 2017 15:01:13 -0300 Subject: docs: Port all docstring to gtk-doc markdown --- gst/fieldanalysis/gstfieldanalysis.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gst/fieldanalysis') diff --git a/gst/fieldanalysis/gstfieldanalysis.c b/gst/fieldanalysis/gstfieldanalysis.c index 2b01b5180..d1ef181a6 100644 --- a/gst/fieldanalysis/gstfieldanalysis.c +++ b/gst/fieldanalysis/gstfieldanalysis.c @@ -43,17 +43,17 @@ /** * SECTION:element-fieldanalysis + * @title: fieldanalysis * * Analyse fields from video buffers to identify whether the buffers are * progressive/telecined/interlaced and, if telecined, the telecine pattern * used. * - * - * Example launch line + * ## Example launch line * |[ * gst-launch-1.0 -v uridecodebin uri=/path/to/foo.bar ! fieldanalysis ! deinterlace ! videoconvert ! autovideosink * ]| This pipeline will analyse a video stream with default metrics and thresholds and output progressive frames. - * + * */ #ifdef HAVE_CONFIG_H -- cgit v1.2.1