Gst.Buffer.prototype.append
function append(buf2:Gst.Buffer):Gst.Buffer {
// Gjs wrapper for gst_buffer_append()
}Append all the memory from buf2 to buf1. The result buffer will contain a concatenation of the memory of buf1 and buf2.
- buf2
the second source Gst.Buffer to append.
- Returns
the new Gst.Buffer that contains the memory of the two source buffers.