diff --git a/gst/autoconvert/gstautoconvert.c b/gst/autoconvert/gstautoconvert.c index 5d3d565af6..de2bbf8cba 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 0e4a3c727e..681066d18c 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 ae4d0c02a6..30d9914a19 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 * |[