Gst.BufferList

Buffer lists are an object containing a list of buffers.

Buffer lists are created with Gst.new and filled with data using a Gst.insert.

Buffer lists can be pushed on a srcpad with Gst.push_list. This is interesting when multiple buffers need to be pushed in one go because it can reduce the amount of overhead for pushing each buffer individually.

Last reviewed on 2012-03-28 (0.11.3)