diff options
author | Edward Hervey <edward.hervey@collabora.co.uk> | 2011-10-14 09:35:09 +0200 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-10-16 21:13:56 +0100 |
commit | d829425fb954dccd7bbb5e6a4a1e4e8f12049948 (patch) | |
tree | d40694db79ae0000b560f486539fc18fd917e263 /gst/gstutils.c | |
parent | 72d4bbd8db6fe78ddf294d8ade71da985089c789 (diff) |
gstbuffer: Add transfer annotations for gst_buffer_join()
Diffstat (limited to 'gst/gstutils.c')
-rw-r--r-- | gst/gstutils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstutils.c b/gst/gstutils.c index d32bb5edc..84f3c3d9f 100644 --- a/gst/gstutils.c +++ b/gst/gstutils.c @@ -2746,8 +2746,8 @@ gst_buffer_merge (GstBuffer * buf1, GstBuffer * buf2) /** * gst_buffer_join: - * @buf1: the first source #GstBuffer. - * @buf2: the second source #GstBuffer. + * @buf1: (transfer full): the first source #GstBuffer. + * @buf2: (transfer full): the second source #GstBuffer. * * Create a new buffer that is the concatenation of the two source * buffers, and unrefs the original source buffers. |