summaryrefslogtreecommitdiff
path: root/ext/gl/gstgltestsrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gl/gstgltestsrc.c')
-rw-r--r--ext/gl/gstgltestsrc.c16
1 files changed, 7 insertions, 9 deletions
diff --git a/ext/gl/gstgltestsrc.c b/ext/gl/gstgltestsrc.c
index 83218b4ac..e9c7df85a 100644
--- a/ext/gl/gstgltestsrc.c
+++ b/ext/gl/gstgltestsrc.c
@@ -23,21 +23,19 @@
/**
* SECTION:element-gltestsrc
+ * @title: gltestsrc
*
- * <refsect2>
- * <para>
* The gltestsrc element is used to produce test video texture.
* The video test produced can be controlled with the "pattern"
* property.
- * </para>
- * <title>Example launch line</title>
- * <para>
- * <programlisting>
+ *
+ * ## Example launch line
+ *
+ * |[
* gst-launch-1.0 -v gltestsrc pattern=smpte ! glimagesink
- * </programlisting>
+ * ]|
* Shows original SMPTE color bars in a window.
- * </para>
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H