mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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:
parent
0d59589935
commit
102b1346e7
3 changed files with 9 additions and 9 deletions
|
@ -30,7 +30,7 @@
|
||||||
* no longer matches the caps.
|
* no longer matches the caps.
|
||||||
*
|
*
|
||||||
* The list of element it will look into can be specified in the
|
* 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.
|
* elements.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -43,15 +43,15 @@
|
||||||
* customization (there's a section about this below), then select
|
* customization (there's a section about this below), then select
|
||||||
* the desired mode and start capturing.
|
* 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
|
* picture will be captured. When the picture is stored on the selected
|
||||||
* location, a %GST_MESSAGE_ELEMENT named 'image-done' will be posted on
|
* location, a %GST_MESSAGE_ELEMENT named 'image-done' will be posted on
|
||||||
* the #GstBus.
|
* the #GstBus.
|
||||||
*
|
*
|
||||||
* In video capture mode, send a #GstCameraBin:start-capture to start
|
* In video capture mode, send a #GstCameraBin::start-capture to start
|
||||||
* recording, then send a #GstCameraBin:stop-capture to stop recording.
|
* recording, then send a #GstCameraBin::stop-capture to stop recording.
|
||||||
* Note that both signals are asynchronous, so, calling
|
* 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'
|
* properly finished yet. Applications should wait for the 'video-done'
|
||||||
* message to be posted on the bus.
|
* message to be posted on the bus.
|
||||||
*
|
*
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
* set their source that will provide buffers for the viewfinder and for
|
* 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.
|
* 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
|
* 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
|
* Applications can also select the desired viewfinder sink using
|
||||||
* #GstCameraBin:viewfinder-sink, it is also possible to select the audio
|
* #GstCameraBin:viewfinder-sink, it is also possible to select the audio
|
||||||
|
|
|
@ -19,9 +19,9 @@
|
||||||
/**
|
/**
|
||||||
* SECTION:element-simplevideomark
|
* SECTION:element-simplevideomark
|
||||||
* @title: 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
|
* corner of the video frames. The squares have a width and height of
|
||||||
* respectively #GstSimpleVideoMark:pattern-width and #GstSimpleVideoMark:pattern-height.
|
* respectively #GstSimpleVideoMark:pattern-width and #GstSimpleVideoMark:pattern-height.
|
||||||
* Even squares will be black and odd squares will be white.
|
* Even squares will be black and odd squares will be white.
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
* produce black squares.
|
* produce black squares.
|
||||||
*
|
*
|
||||||
* The element can be enabled with the #GstSimpleVideoMark:enabled property. It is
|
* 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
|
* ## Example launch line
|
||||||
* |[
|
* |[
|
||||||
|
|
Loading…
Reference in a new issue