Aggregator.finishBufferList

gst.types.FlowReturn finishBufferList(gst.buffer_list.BufferList bufferlist) nothrow

This method will push the provided output buffer list downstream. If needed, mandatory events such as stream-start, caps, and segment events will be sent before pushing the buffer.

Parameters

bufferlistthe #GstBufferList to push.

Returns