From: Andy Wingo Date: Fri, 7 Oct 2005 16:28:56 +0000 (+0000) Subject: gst/gstelement.c (gst_element_post_message): Doc update. X-Git-Tag: RELEASE-0_9_4~209 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7fe57d86a0d8257316618e6b450419117651930a;p=platform%2Fupstream%2Fgstreamer.git gst/gstelement.c (gst_element_post_message): Doc update. Original commit message from CVS: 2005-10-07 Andy Wingo * gst/gstelement.c (gst_element_post_message): Doc update. --- diff --git a/ChangeLog b/ChangeLog index 2453b7f..ab043c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-10-07 Andy Wingo + * 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 diff --git a/gst/gstelement.c b/gst/gstelement.c index a19bf58..237f728 100644 --- a/gst/gstelement.c +++ b/gst/gstelement.c @@ -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. *