gst/gstelement.c (gst_element_post_message): Doc update.
authorAndy Wingo <wingo@pobox.com>
Fri, 7 Oct 2005 16:28:56 +0000 (16:28 +0000)
committerAndy Wingo <wingo@pobox.com>
Fri, 7 Oct 2005 16:28:56 +0000 (16:28 +0000)
Original commit message from CVS:
2005-10-07  Andy Wingo  <wingo@pobox.com>

* gst/gstelement.c (gst_element_post_message): Doc update.

ChangeLog
gst/gstelement.c

index 2453b7f..ab043c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-10-07  Andy Wingo  <wingo@pobox.com>
 
+       * gst/gstelement.c (gst_element_post_message): Doc update.
+
        * docs/gst/gstreamer-sections.txt: Update.
 
        * gst/gstmessage.c (gst_message_new_application): Made into a
index a19bf58..237f728 100644 (file)
@@ -1333,7 +1333,9 @@ gst_element_query (GstElement * element, GstQuery * query)
  * @element: a #GstElement posting the message
  * @message: a #GstMessage to post
  *
- * Post a message on the element's #GstBus.
+ * Post a message on the element's #GstBus. This function takes ownership of the
+ * message; if you want to access the message after this call, you should add an
+ * additional reference before calling.
  *
  * Returns: TRUE if the message was successfully posted.
  *