aboutsummaryrefslogtreecommitdiff
path: root/gst/gstminiobject.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-09-14 09:01:50 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-09-14 09:01:50 +0200
commit9d38656f62214739b6c0e2690c883d9d65600b41 (patch)
treefe9b79a38c4aa0e38d472b7c54d5d18d896bc50a /gst/gstminiobject.h
parent427ff61c5eb4e91087d7c1df17f4cfd20dbc36a1 (diff)
parente0655f96cc7e2ef783f3db82c6b087d34f1e2b87 (diff)
Merge tag 'upstream/0.11.94'
Upstream version 0.11.94
Diffstat (limited to 'gst/gstminiobject.h')
-rw-r--r--gst/gstminiobject.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/gstminiobject.h b/gst/gstminiobject.h
index 7ec67a9..f873b7a 100644
--- a/gst/gstminiobject.h
+++ b/gst/gstminiobject.h
@@ -73,7 +73,8 @@ typedef void (*GstMiniObjectFreeFunction) (GstMiniObject *obj);
* @obj: the mini object
*
* A #GstMiniObjectNotify function can be added to a mini object as a
- * callback that gets triggered with gst_mini_object_notify().
+ * callback that gets triggered when gst_mini_object_unref() drops the
+ * last ref and @obj is about to be freed.
*/
typedef void (*GstMiniObjectNotify) (gpointer user_data, GstMiniObject * obj);