From: Wim Taymans Date: Mon, 16 Jan 2012 11:24:20 +0000 (+0100) Subject: buffer: improve docs X-Git-Tag: RELEASE-0.11.2~187 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ca511572254d6ec83df33cce7aaef50a58baa63;p=platform%2Fupstream%2Fgstreamer.git buffer: improve docs --- diff --git a/gst/gstbuffer.c b/gst/gstbuffer.c index cf6b144..4e8ece6 100644 --- a/gst/gstbuffer.c +++ b/gst/gstbuffer.c @@ -673,7 +673,9 @@ _get_memory (GstBuffer * buffer, guint idx, gboolean write) * * Get the memory block in @buffer at @idx for memory access in @flags. * This function does not return a refcount to the memory block. The memory - * block stays valid for as long as the caller has a valid reference to @buffer. + * block stays valid for as long as the caller has a valid reference to @buffer + * and as long as no operations that modify the memory blocks are called, such + * as gst_buffer_remove_memory_range(), gst_buffer_take_memory() and gst_buffer_resize(). * * @buffer should be writable when @flags contains #GST_MAP_WRITE. If the memory * at @idx is not writable, a new writable copy will be installed in @buffer and