diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2011-04-16 08:59:58 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2011-04-16 08:59:58 +0200 |
commit | f51a23a83c4118444cf3425acac4755e1bab34f1 (patch) | |
tree | c91f96a5eaaa694909f20e43f972a1ed03cb0960 /gst/gstminiobject.c | |
parent | 62329c606aa253206933d217641b0f72fe4171c3 (diff) | |
parent | 8839c513f7fd1f5987c60e78aee177973ae3b77e (diff) |
Merge branch 'master' into 0.11
Diffstat (limited to 'gst/gstminiobject.c')
-rw-r--r-- | gst/gstminiobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstminiobject.c b/gst/gstminiobject.c index 9ae420144..7ad817978 100644 --- a/gst/gstminiobject.c +++ b/gst/gstminiobject.c @@ -202,7 +202,7 @@ gst_mini_object_make_writable (GstMiniObject * mini_object) * of memcpy operations in a pipeline, especially if the miniobject * is a #GstBuffer. * - * Returns: the mini-object. + * Returns: (transfer full): the mini-object. */ GstMiniObject * gst_mini_object_ref (GstMiniObject * mini_object) |