summaryrefslogtreecommitdiff
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
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.
-rw-r--r--gst/autoconvert/gstautoconvert.c2
-rw-r--r--gst/camerabin2/gstcamerabin2.c10
-rw-r--r--gst/videosignal/gstsimplevideomark.c6
3 files changed, 9 insertions, 9 deletions
diff --git a/gst/autoconvert/gstautoconvert.c b/gst/autoconvert/gstautoconvert.c
index 5d3d565af..de2bbf8cb 100644
--- a/gst/autoconvert/gstautoconvert.c
+++ b/gst/autoconvert/gstautoconvert.c
@@ -30,7 +30,7 @@
* no longer matches the caps.
*
* The list of element it will look into can be specified in the
- * #GstAutoConvert::factories property, otherwise it will look at all available
+ * #GstAutoConvert:factories property, otherwise it will look at all available
* elements.
*/
diff --git a/gst/camerabin2/gstcamerabin2.c b/gst/camerabin2/gstcamerabin2.c
index 0e4a3c727..681066d18 100644
--- a/gst/camerabin2/gstcamerabin2.c
+++ b/gst/camerabin2/gstcamerabin2.c
@@ -43,15 +43,15 @@
* customization (there's a section about this below), then select
* the desired mode and start capturing.
*
- * In image capture mode, just send a #GstCameraBin:start-capture and a
+ * In image capture mode, just send a #GstCameraBin::start-capture and a
* picture will be captured. When the picture is stored on the selected
* location, a %GST_MESSAGE_ELEMENT named 'image-done' will be posted on
* the #GstBus.
*
- * In video capture mode, send a #GstCameraBin:start-capture to start
- * recording, then send a #GstCameraBin:stop-capture to stop recording.
+ * In video capture mode, send a #GstCameraBin::start-capture to start
+ * recording, then send a #GstCameraBin::stop-capture to stop recording.
* Note that both signals are asynchronous, so, calling
- * #GstCameraBin:stop-capture doesn't guarantee that the video has been
+ * #GstCameraBin::stop-capture doesn't guarantee that the video has been
* properly finished yet. Applications should wait for the 'video-done'
* message to be posted on the bus.
*
@@ -80,7 +80,7 @@
* set their source that will provide buffers for the viewfinder and for
* captures. This camera source is a special type of source that has 3 pads.
* To use a 'regular' source with a single pad you should use
- * #GstWrapperCameraBinSource, it will adapt your source and provide 3 pads.
+ * #GstWrapperCameraBinSrc, it will adapt your source and provide 3 pads.
*
* Applications can also select the desired viewfinder sink using
* #GstCameraBin:viewfinder-sink, it is also possible to select the audio
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
* |[