doc: fix element section documentations

Element sections were not rendered anymore after the hotdoc
port, fixing this revealed a few incorrect links.
This commit is contained in:
Mathieu Duponchelle 2019-05-25 16:57:57 +02:00
parent 0d59589935
commit 102b1346e7
3 changed files with 9 additions and 9 deletions

View file

@ -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.
*/

View file

@ -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

View file

@ -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
* |[