BufferPool.configSetParams
void configSetParams(gst.structure.Structure config, gst.caps.Caps caps, uint size, uint minBuffers, uint maxBuffers)Configures config with the given parameters.
Parameters
config | a #GstBufferPool configuration |
caps | caps for the buffers |
size | the size of each buffer, not including prefix and padding |
minBuffers | the minimum amount of buffers to allocate. |
maxBuffers | the maximum amount of buffers to allocate or 0 for unlimited. |