A function that will be called from gst.buffer_list.BufferList.foreach_. The buffer field will point to a the reference of the buffer at idx.
When this function returns true, the next buffer will be returned. When false is returned, gst.buffer_list.BufferList.foreach_ will return.
When buffer is set to null, the item will be removed from the bufferlist. When buffer has been made writable, the new buffer reference can be assigned to buffer. This function is responsible for unreffing the old buffer when removing or modifying.
false when gst.buffer_list.BufferList.foreach_ should stop
A function that will be called from gst.buffer_list.BufferList.foreach_. The buffer field will point to a the reference of the buffer at idx.
When this function returns true, the next buffer will be returned. When false is returned, gst.buffer_list.BufferList.foreach_ will return.
When buffer is set to null, the item will be removed from the bufferlist. When buffer has been made writable, the new buffer reference can be assigned to buffer. This function is responsible for unreffing the old buffer when removing or modifying.