summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-19 11:43:53 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-19 11:43:53 +0000
commite349e571543fa3c45033faff85b8d2adc987874c (patch)
tree07ffc5affe9cecd607978572354579d8d8855612
parent22db2421121988fb91f592c88726f116920c5318 (diff)
docs: fix typo in bus docs
-rw-r--r--gst/gstbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstbus.c b/gst/gstbus.c
index 37ae07077..fb09439ae 100644
--- a/gst/gstbus.c
+++ b/gst/gstbus.c
@@ -549,7 +549,7 @@ beach:
* Returns: (transfer full): the #GstMessage that is on the bus after the
* specified timeout or NULL if the bus is empty after the timeout expired.
* The message is taken from the bus and needs to be unreffed with
- * gst_message_unre:f() after usage.
+ * gst_message_unref() after usage.
*
* MT safe.
*