summaryrefslogtreecommitdiff
path: root/gst/videofilters
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-03-08 15:01:13 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-04-12 12:57:57 -0300
commit78022a6e0c05ce482b798cf638cbd3f901a5094e (patch)
tree9725b5939d840f6eb3e8f39e032866e82413cb83 /gst/videofilters
parent90f766cc518b4fde651162d6e0c7d190373e3c61 (diff)
downloadgstreamer-plugins-bad-78022a6e0c05ce482b798cf638cbd3f901a5094e.tar.gz
docs: Port all docstring to gtk-doc markdown
Diffstat (limited to 'gst/videofilters')
-rw-r--r--gst/videofilters/gstscenechange.c6
-rw-r--r--gst/videofilters/gstvideodiff.c6
-rw-r--r--gst/videofilters/gstzebrastripe.c6
3 files changed, 9 insertions, 9 deletions
diff --git a/gst/videofilters/gstscenechange.c b/gst/videofilters/gstscenechange.c
index 5adf3ce40..4fef2ac2a 100644
--- a/gst/videofilters/gstscenechange.c
+++ b/gst/videofilters/gstscenechange.c
@@ -18,6 +18,7 @@
*/
/**
* SECTION:element-gstscenechange
+ * @title: gstscenechange
*
* The scenechange element detects scene changes (also known as shot
* changes) in a video stream, and sends a signal when this occurs.
@@ -32,13 +33,12 @@
*
* The scenechange element does not work with compressed video.
*
- * <refsect2>
- * <title>Example launch line</title>
+ * ## Example launch line
* |[
* gst-launch-1.0 -v filesrc location=some_file.ogv ! decodebin !
* scenechange ! theoraenc ! fakesink
* ]|
- * </refsect2>
+ *
*/
/*
* The algorithm used for scene change detection is a modification
diff --git a/gst/videofilters/gstvideodiff.c b/gst/videofilters/gstvideodiff.c
index 457ebd1d8..1181ad3c3 100644
--- a/gst/videofilters/gstvideodiff.c
+++ b/gst/videofilters/gstvideodiff.c
@@ -18,16 +18,16 @@
*/
/**
* SECTION:element-gstvideodiff
+ * @title: gstvideodiff
*
* The videodiff element highlights the difference between a frame and its
* previous on the luma plane.
*
- * <refsect2>
- * <title>Example launch line</title>
+ * ## Example launch line
* |[
* gst-launch-1.0 -v videotestsrc pattern=ball ! videodiff ! videoconvert ! autovideosink
* ]|
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H
diff --git a/gst/videofilters/gstzebrastripe.c b/gst/videofilters/gstzebrastripe.c
index 81f58b874..983f02d52 100644
--- a/gst/videofilters/gstzebrastripe.c
+++ b/gst/videofilters/gstzebrastripe.c
@@ -18,6 +18,7 @@
*/
/**
* SECTION:element-gstzebrastripe
+ * @title: gstzebrastripe
*
* The zebrastripe element marks areas of images in a video stream
* that are brighter than a threshold with a diagonal zebra stripe
@@ -27,8 +28,7 @@
* threshold setting of 70 is often used to properly adjust skin
* tones.
*
- * <refsect2>
- * <title>Example launch line</title>
+ * ## Example launch line
* |[
* gst-launch-1.0 -v videotestsrc ! zebrastripe ! xvimagesink
* ]|
@@ -39,7 +39,7 @@
* property setting can be calculated from IRE by using the formula
* percent = (IRE * 1.075) - 7.5. Note that 100 IRE corresponds to
* 100 %, and 70 IRE corresponds to 68 %.
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H