bufferPoolConfigSetGlMinFreeQueueSize

fnvoid bufferPoolConfigSetGlMinFreeQueueSize(gst.structure.Structure config, uint queueSize)

Instructs the #GstGLBufferPool to keep queue_size amount of buffers around before allowing them for reuse.

This is helpful to allow GPU processing to complete before the CPU operations on the same buffer could start. Particularly useful when uploading or downloading data to/from the GPU.

A value of 0 disabled this functionality.

This value must be less than the configured maximum amount of buffers for this config.

Parameters

configa buffer pool config
queueSizethe number of buffers