Aggregator.finishBuffer

gst.types.FlowReturn finishBuffer(gst.buffer.Buffer buffer) nothrow

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

Parameters

bufferthe #GstBuffer to push.

Returns