BufferList.insert
void insert(int idx, gst.buffer.Buffer buffer)Inserts buffer at idx in list. Other buffers are moved to make room for this new buffer.
A -1 value for idx will append the buffer at the end.
Parameters
idx | the index |
buffer | a #GstBuffer |