BufferPool.configGetParams

Gets the configuration values from config.

class BufferPool
static
bool
configGetParams

Parameters

config gst.structure.Structure

a #GstBufferPool configuration

caps gst.caps.Caps

the caps of buffers

size uint

the size of each buffer, not including prefix and padding

minBuffers uint

the minimum amount of buffers to allocate.

maxBuffers uint

the maximum amount of buffers to allocate or 0 for unlimited.

Return Value

Type: bool

true if all parameters could be fetched.