of the two source buffers.
Buffer.append
gst.buffer.Buffer append(gst.buffer.Buffer buf2)Appends all the memory from buf2 to buf1. The result buffer will contain a concatenation of the memory of buf1 and buf2.
Parameters
buf2 | the second source #GstBuffer to append. |
Returns
the new #GstBuffer that contains the memory