summaryrefslogtreecommitdiff
path: root/gst/videosignal
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2017-10-02 14:28:26 -0700
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2017-10-03 14:35:48 -0700
commit0f71d2e4089aa764e6adc563ed2b2f7a33b214f9 (patch)
treef95d6afd4b6f8b4f1cd68150cc41f549686ed95f /gst/videosignal
parent88fcf303c5eb77a8aa3784db7128cd821e634872 (diff)
downloadgstreamer-plugins-bad-0f71d2e4089aa764e6adc563ed2b2f7a33b214f9.tar.gz
Use proper GtkDoc notation for NULL/FALSE/TRUE
Diffstat (limited to 'gst/videosignal')
-rw-r--r--gst/videosignal/gstsimplevideomarkdetect.c8
-rw-r--r--gst/videosignal/gstvideoanalyse.c2
2 files changed, 5 insertions, 5 deletions
diff --git a/gst/videosignal/gstsimplevideomarkdetect.c b/gst/videosignal/gstsimplevideomarkdetect.c
index d58cff2e2..112d5d886 100644
--- a/gst/videosignal/gstsimplevideomarkdetect.c
+++ b/gst/videosignal/gstsimplevideomarkdetect.c
@@ -34,12 +34,12 @@
* After the pattern has been found and the data pattern has been read, an
* element message called `GstSimpleVideoMarkDetect` will
* be posted on the bus. If the pattern is no longer found in the frame, the
- * same element message is posted with the have-pattern field set to #FALSE.
- * The message is only posted if the #GstSimpleVideoMarkDetect:message property is #TRUE.
+ * same element message is posted with the have-pattern field set to %FALSE.
+ * The message is only posted if the #GstSimpleVideoMarkDetect:message property is %TRUE.
*
* The message's structure contains these fields:
*
- * * #gboolean`have-pattern`: if the pattern was found. This field will be set to #TRUE for as long as
+ * * #gboolean`have-pattern`: if the pattern was found. This field will be set to %TRUE for as long as
* the pattern was found in the frame and set to FALSE for the first frame
* that does not contain the pattern anymore.
*
@@ -51,7 +51,7 @@
*
* * #GstClockTime `duration`: the duration of the buffer.
*
- * * #guint64 `data`: the data-pattern found after the pattern or 0 when have-signal is #FALSE.
+ * * #guint64 `data`: the data-pattern found after the pattern or 0 when have-signal is %FALSE.
*
* ## Example launch line
* |[
diff --git a/gst/videosignal/gstvideoanalyse.c b/gst/videosignal/gstvideoanalyse.c
index 2723c14fd..ab51f525f 100644
--- a/gst/videosignal/gstvideoanalyse.c
+++ b/gst/videosignal/gstvideoanalyse.c
@@ -21,7 +21,7 @@
* @title: videoanalyse
*
* This plugin analyses every video frame and if the #GstVideoAnalyse:message
- * property is #TRUE, posts an element message with video statistics called
+ * property is %TRUE, posts an element message with video statistics called
* `GstVideoAnalyse`.
*
* The message's structure contains these fields: