From 0f71d2e4089aa764e6adc563ed2b2f7a33b214f9 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Mon, 2 Oct 2017 14:28:26 -0700 Subject: Use proper GtkDoc notation for NULL/FALSE/TRUE --- gst/videosignal/gstsimplevideomarkdetect.c | 8 ++++---- gst/videosignal/gstvideoanalyse.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'gst/videosignal') 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: -- cgit v1.2.1