From: Tim-Philipp Müller Date: Thu, 19 Jan 2012 11:43:53 +0000 (+0000) Subject: docs: fix typo in bus docs X-Git-Tag: RELEASE-0.11.2~170 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e349e571543fa3c45033faff85b8d2adc987874c;p=platform%2Fupstream%2Fgstreamer.git docs: fix typo in bus docs --- diff --git a/gst/gstbus.c b/gst/gstbus.c index 37ae070..fb09439 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. *