diff --git a/gst/gstbuffer.c b/gst/gstbuffer.c index aee635c58e..c520a8b7a6 100644 --- a/gst/gstbuffer.c +++ b/gst/gstbuffer.c @@ -1757,7 +1757,7 @@ gst_buffer_resize_range (GstBuffer * buffer, guint idx, gint length, /** * gst_buffer_map: * @buffer: a #GstBuffer. - * @info: (out): info about the mapping + * @info: (out caller-allocates): info about the mapping * @flags: flags for the mapping * * This function fills @info with the #GstMapInfo of all merged memory @@ -1787,7 +1787,7 @@ gst_buffer_map (GstBuffer * buffer, GstMapInfo * info, GstMapFlags flags) * @buffer: a #GstBuffer. * @idx: an index * @length: a length - * @info: (out): info about the mapping + * @info: (out caller-allocates): info about the mapping * @flags: flags for the mapping * * This function fills @info with the #GstMapInfo of @length merged memory blocks