BufferPool.configValidateParams

Validate that changes made to @config are still valid in the context of the expected parameters. This function is a helper that can be used to validate changes made by a pool to a config when gst_buffer_pool_set_config() returns %FALSE. This expects that @caps and @size haven't changed, and that @min_buffers aren't lower then what we initially expected. This does not check if options or allocator parameters.

class BufferPool
static
bool
configValidateParams

Parameters

config Structure

a #GstBufferPool configuration

caps Caps

the excepted caps of buffers

size uint

the expected size of each buffer, not including prefix and padding

minBuffers uint

the expected minimum amount of buffers to allocate.

maxBuffers uint

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

Return: %TRUE, if the parameters are valid in this context.

Meta