summaryrefslogtreecommitdiff
path: root/gst/videosignal
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2019-05-25 16:57:57 +0200
committerMathieu Duponchelle <mathieu@centricular.com>2019-05-25 16:58:13 +0200
commit102b1346e73a89dbd5796af9ddc1f8544a275cf4 (patch)
treef6ef94318e7e8202ec6992f780adbb48e62cafe4 /gst/videosignal
parent0d595899355995342198d5971d949b9686ffa692 (diff)
downloadgstreamer-plugins-bad-102b1346e73a89dbd5796af9ddc1f8544a275cf4.tar.gz
doc: fix element section documentations
Element sections were not rendered anymore after the hotdoc port, fixing this revealed a few incorrect links.
Diffstat (limited to 'gst/videosignal')
-rw-r--r--gst/videosignal/gstsimplevideomark.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/videosignal/gstsimplevideomark.c b/gst/videosignal/gstsimplevideomark.c
index ae4d0c02a..30d9914a1 100644
--- a/gst/videosignal/gstsimplevideomark.c
+++ b/gst/videosignal/gstsimplevideomark.c
@@ -19,9 +19,9 @@
/**
* SECTION:element-simplevideomark
* @title: simplevideomark
- * @see_also: #GstVideoDetect
+ * @see_also: #GstSimpleVideoMarkDetect
*
- * This plugin produces #GstSimpleVideoMark::pattern-count squares in the bottom left
+ * This plugin produces #GstSimpleVideoMark:pattern-count squares in the bottom left
* corner of the video frames. The squares have a width and height of
* respectively #GstSimpleVideoMark:pattern-width and #GstSimpleVideoMark:pattern-height.
* Even squares will be black and odd squares will be white.
@@ -32,7 +32,7 @@
* produce black squares.
*
* The element can be enabled with the #GstSimpleVideoMark:enabled property. It is
- * mostly used together with the #GstVideoDetect plugin.
+ * mostly used together with the #GstSimpleVideoMarkDetect plugin.
*
* ## Example launch line
* |[