buffer: Document that gst_buffer_copy_region() accepts -1 as size to copy until the end
authorSebastian Dröge <sebastian@centricular.com>
Thu, 29 Jan 2015 11:10:18 +0000 (12:10 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 29 Jan 2015 11:10:49 +0000 (12:10 +0100)
commit6e47237e6673211c995f74ba098a8fd726e764e9
tree67a6ce76bdabc3b1b32aa2b12cc861afa6e5001a
parentf3756af07ba920e5d734e217bae2982c399452a3
buffer: Document that gst_buffer_copy_region() accepts -1 as size to copy until the end

It's just a wrapper around gst_buffer_copy_into() after all.
gst/gstbuffer.c