summaryrefslogtreecommitdiff
path: root/gst/gsttask.c
diff options
context:
space:
mode:
authorEvan Nemerson <evan@nemerson.com>2014-05-29 14:54:34 -0700
committerTim-Philipp Müller <tim@centricular.com>2014-05-30 00:20:27 +0100
commite10266e3f3cf9b05b69198b1ac6faa9a62840e30 (patch)
tree997e3fd18b7445cbc561cac1b11219df7e62e0f9 /gst/gsttask.c
parent88191aa8800da205db510313638ae1be31a59667 (diff)
downloadgstreamer-e10266e3f3cf9b05b69198b1ac6faa9a62840e30.tar.gz
docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSE
This should help improve documentation generated for languages other than C. https://bugzilla.gnome.org/show_bug.cgi?id=730961
Diffstat (limited to 'gst/gsttask.c')
-rw-r--r--gst/gsttask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gsttask.c b/gst/gsttask.c
index 4414f49e31..b562f6c2a7 100644
--- a/gst/gsttask.c
+++ b/gst/gsttask.c
@@ -331,7 +331,7 @@ exit:
GST_OBJECT_LOCK (task);
}
/* now we allow messing with the lock again by setting the running flag to
- * FALSE. Together with the SIGNAL this is the sign for the _join() to
+ * %FALSE. Together with the SIGNAL this is the sign for the _join() to
* complete.
* Note that we still have not dropped the final ref on the task. We could
* check here if there is a pending join() going on and drop the last ref