From 402159fb8807b6e5a9301213d59ebcc0578f84ad Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Tue, 3 Oct 2017 13:54:25 -0700 Subject: [PATCH] Use proper GtkDoc notation for NULL/FALSE/TRUE --- libs/gst/base/gstbasetransform.h | 2 +- libs/gst/net/gstnettimepacket.c | 2 +- libs/gst/net/gstntppacket.c | 2 +- plugins/elements/gstidentity.c | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/gst/base/gstbasetransform.h b/libs/gst/base/gstbasetransform.h index 9c4f901..a89a700 100644 --- a/libs/gst/base/gstbasetransform.h +++ b/libs/gst/base/gstbasetransform.h @@ -198,7 +198,7 @@ struct _GstBaseTransform { * member variable. If the buffer is dropped due to QoS, it returns * GST_BASE_TRANSFORM_FLOW_DROPPED. If this input buffer is not * contiguous with any previous input buffer, then @is_discont - * is set to #TRUE. (Since 1.6) + * is set to %TRUE. (Since 1.6) * @generate_output: Called after each new input buffer is submitted repeatedly * until it either generates an error or fails to generate an output * buffer. The default implementation takes the contents of the diff --git a/libs/gst/net/gstnettimepacket.c b/libs/gst/net/gstnettimepacket.c index e103e16..f914988 100644 --- a/libs/gst/net/gstnettimepacket.c +++ b/libs/gst/net/gstnettimepacket.c @@ -53,7 +53,7 @@ G_DEFINE_BOXED_TYPE (GstNetTimePacket, gst_net_time_packet, * caller is responsible for ensuring that @buffer is at least * #GST_NET_TIME_PACKET_SIZE bytes long. * - * If @buffer is #NULL, the local and remote times will be set to + * If @buffer is %NULL, the local and remote times will be set to * #GST_CLOCK_TIME_NONE. * * MT safe. Caller owns return value (gst_net_time_packet_free to free). diff --git a/libs/gst/net/gstntppacket.c b/libs/gst/net/gstntppacket.c index 79b95ec..8d88d75 100644 --- a/libs/gst/net/gstntppacket.c +++ b/libs/gst/net/gstntppacket.c @@ -85,7 +85,7 @@ gst_clock_time_to_ntp_timestamp_fraction (GstClockTime gst) * caller is responsible for ensuring that @buffer is at least * #GST_NTP_PACKET_SIZE bytes long. * - * If @buffer is #NULL, the local and remote times will be set to + * If @buffer is %NULL, the local and remote times will be set to * #GST_CLOCK_TIME_NONE. * * MT safe. Caller owns return value (gst_ntp_packet_free to free). diff --git a/plugins/elements/gstidentity.c b/plugins/elements/gstidentity.c index d44709e..a3eb5cd 100644 --- a/plugins/elements/gstidentity.c +++ b/plugins/elements/gstidentity.c @@ -224,8 +224,8 @@ gst_identity_class_init (GstIdentityClass * klass) /** * GstIdentity:signal-handoffs * - * If set to #TRUE, the identity will emit a handoff signal when handling a buffer. - * When set to #FALSE, no signal will be emitted, which might improve performance. + * If set to %TRUE, the identity will emit a handoff signal when handling a buffer. + * When set to %FALSE, no signal will be emitted, which might improve performance. */ g_object_class_install_property (gobject_class, PROP_SIGNAL_HANDOFFS, g_param_spec_boolean ("signal-handoffs", -- 2.7.4