From 402159fb8807b6e5a9301213d59ebcc0578f84ad Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Tue, 3 Oct 2017 13:54:25 -0700 Subject: Use proper GtkDoc notation for NULL/FALSE/TRUE --- plugins/elements/gstidentity.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/elements/gstidentity.c b/plugins/elements/gstidentity.c index d44709ec2..a3eb5cd1c 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", -- cgit v1.2.3