[gst-cvs] gstreamer: message: clarify some docs
Wim Taymans
wtay at kemper.freedesktop.org
Mon May 11 14:59:19 PDT 2009
Module: gstreamer
Branch: master
Commit: d4a9ece0b19d7f05b9a424fba653d434a66d0dc8
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=d4a9ece0b19d7f05b9a424fba653d434a66d0dc8
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Wed Apr 22 10:14:46 2009 +0200
message: clarify some docs
---
gst/gstmessage.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/gst/gstmessage.c b/gst/gstmessage.c
index e2226d6..1775877 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.
*
More information about the Gstreamer-commits
mailing list