X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fdesign%2Fpart-buffer.txt;h=92582deb7ac88dd291f1e1f6305dffc0067c87c6;hb=38b96e6c8c7438441ec81e2372a888ca1bd9ee85;hp=81feea02ecb9f2189f54dbcafac1ab434e8b68c9;hpb=bcb98f409b6842c287b51bd90afad534de61e6ba;p=platform%2Fupstream%2Fgstreamer.git diff --git a/docs/design/part-buffer.txt b/docs/design/part-buffer.txt index 81feea0..92582de 100644 --- a/docs/design/part-buffer.txt +++ b/docs/design/part-buffer.txt @@ -36,7 +36,7 @@ Managing GstMemory A GstBuffer contains an array of pointers to GstMemory objects. -When the buffer is writable, gst_buffer_take_memory() can be used to add a +When the buffer is writable, gst_buffer_insert_memory() can be used to add a new GstMemory object to the buffer. When the array of memory is full, memory will be merged to make room for the new memory object.