diff options
author | Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> | 2017-10-03 13:54:25 -0700 |
---|---|---|
committer | Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> | 2017-10-03 13:54:25 -0700 |
commit | 402159fb8807b6e5a9301213d59ebcc0578f84ad (patch) | |
tree | b78a20e484f92242e81909b28792bafab914d429 /plugins | |
parent | ebad8c0094597c98447d8afb4ba73a757621359f (diff) |
Use proper GtkDoc notation for NULL/FALSE/TRUE
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/elements/gstidentity.c | 4 |
1 files changed, 2 insertions, 2 deletions
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", |