Share size bytes from mem starting at offset and return them wrapped in a new GstMemory object. If size is set to -1, all bytes starting at offset are shared. This function does not make a copy of the bytes in mem.
size
mem
offset
a #GstMemory
an offset
a size or -1
Share
size
bytes frommem
starting atoffset
and return them wrapped in a new GstMemory object. Ifsize
is set to -1, all bytes starting atoffset
are shared. This function does not make a copy of the bytes inmem
.