From: Reynaldo H. Verdejo Pinochet Date: Tue, 3 Oct 2017 20:54:25 +0000 (-0700) Subject: Use proper GtkDoc notation for NULL/FALSE/TRUE X-Git-Tag: 1.16.2~650 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=402159fb8807b6e5a9301213d59ebcc0578f84ad;p=platform%2Fupstream%2Fgstreamer.git Use proper GtkDoc notation for NULL/FALSE/TRUE --- 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",