summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas (at) apestaart (dot) org>2009-04-02 13:32:58 +0200
committerThomas Vander Stichele <thomas (at) apestaart (dot) org>2009-04-02 13:32:58 +0200
commit8995a45593dcfde136ef9e3f7d4759ffcffdf2ee (patch)
tree1d29e64a9f04743bb8706349ed95baa9743f78fc
parent3933296685e56123e6ca10f975c7ac2f8daea2cc (diff)
docs: explain ref ownership for handle_message implementations
-rw-r--r--gst/gstbin.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst/gstbin.h b/gst/gstbin.h
index 67a541801d..2473ef6906 100644
--- a/gst/gstbin.h
+++ b/gst/gstbin.h
@@ -130,8 +130,9 @@ struct _GstBin {
* Subclasses can override the @add_element and @remove_element to
* update the list of children in the bin.
*
- * The @handle_message method can be overriden to implement custom
- * message handling.
+ * The @handle_message method can be overridden to implement custom
+ * message handling. @handle_message takes ownership of the message, just like
+ * #gst_element_post_message.
*/
struct _GstBinClass {
GstElementClass parent_class;