BufferPool.releaseBuffer
void releaseBuffer(gst.buffer.Buffer buffer)Releases buffer to pool. buffer should have previously been allocated from pool with [gst.buffer_pool.BufferPool.acquireBuffer].
This function is usually called automatically when the last ref on buffer disappears.
Parameters
buffer | a #GstBuffer |