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.

This function is identical to Gst.insert_memory with an index of -1. See Gst.insert_memory for more details.

mem

a Gst.Memory.