From d4a9ece0b19d7f05b9a424fba653d434a66d0dc8 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 22 Apr 2009 10:14:46 +0200 Subject: [PATCH] message: clarify some docs --- gst/gstmessage.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gst/gstmessage.c b/gst/gstmessage.c index e2226d6c4b..1775877185 100644 --- a/gst/gstmessage.c +++ b/gst/gstmessage.c @@ -1496,7 +1496,9 @@ gst_message_new_stream_status (GstObject * src, GstStreamStatusType type, * @type: A pointer to hold the status type * @owner: The owner element of the message source * - * Extracts the stream status type and owner the GstMessage. + * Extracts the stream status type and owner the GstMessage. The returned + * owner remains valid for as long as the reference to @message is valid and + * should thus not be unreffed. * * Since: 0.10.24. *