Gst.Buffer.prototype.append_memory
function append_memory(mem:Gst.Memory):void {
// Gjs wrapper for gst_buffer_append_memory()
}Append the memory block mem to buffer. This function takes ownership of mem and thus doesn't increase its refcount.
- mem
a Gst.Memory.