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