summaryrefslogtreecommitdiff
path: root/ext/iqa/iqa.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/iqa/iqa.c')
-rw-r--r--ext/iqa/iqa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/iqa/iqa.c b/ext/iqa/iqa.c
index de09e81f2..b91275f6f 100644
--- a/ext/iqa/iqa.c
+++ b/ext/iqa/iqa.c
@@ -19,6 +19,7 @@
/**
* SECTION:element-iqa
+ * @title: iqa
* @short_description: Image Quality Assessment plugin.
*
* IQA will perform full reference image quality assessment, with the
@@ -48,13 +49,12 @@
* sink_2\=\(double\)0.0082939683976297474\;",
* time=(guint64)0;
*
- * <refsect2>
- * <title>Example launch line</title>
+ * ## Example launch line
* |[
* gst-launch-1.0 -m uridecodebin uri=file:///test/file/1 ! iqa name=iqa do-dssim=true \
* ! videoconvert ! autovideosink uridecodebin uri=file:///test/file/2 ! iqa.
* ]| This pipeline will output messages to the console for each set of compared frames.
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H