summaryrefslogtreecommitdiff
path: root/gst/videoconvert
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-01-23 16:36:11 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-03-10 18:19:17 -0300
commit099ac9faf2c6e6fcf55fe4bee812c9f90aeb8602 (patch)
treee1c72b6424115e95c69fad3f9e39bff6979e0b20 /gst/videoconvert
parenta122135194c693edaeb14a1ecddf946d76523d2f (diff)
downloadgstreamer-plugins-base-099ac9faf2c6e6fcf55fe4bee812c9f90aeb8602.tar.gz
docs: Convert gtkdoc comments to markdown
Modernizing the documentation, making it simpler to read an modify and allowing us to possibly switch to hotdoc in the future.
Diffstat (limited to 'gst/videoconvert')
-rw-r--r--gst/videoconvert/gstvideoconvert.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/gst/videoconvert/gstvideoconvert.c b/gst/videoconvert/gstvideoconvert.c
index 292c6c611..5f66c6fb4 100644
--- a/gst/videoconvert/gstvideoconvert.c
+++ b/gst/videoconvert/gstvideoconvert.c
@@ -22,17 +22,18 @@
/**
* SECTION:element-videoconvert
+ * @title: videoconvert
*
* Convert video frames between a great variety of video formats.
*
- * <refsect2>
- * <title>Example launch line</title>
+ * ## Example launch line
* |[
* gst-launch-1.0 -v videotestsrc ! video/x-raw,format=YUY2 ! videoconvert ! autovideosink
- * ]| This will output a test video (generated in YUY2 format) in a video
+ * ]|
+ * This will output a test video (generated in YUY2 format) in a video
* window. If the video sink selected does not support YUY2 videoconvert will
* automatically convert the video to a format understood by the video sink.
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H