BufferPool.configAddOption

void configAddOption(gst.structure.Structure config, string option)

Enables the option in config. This will instruct the bufferpool to enable the specified option on the buffers that it allocates.

The options supported by pool can be retrieved with [gst.buffer_pool.BufferPool.getOptions].

Parameters

configa #GstBufferPool configuration
optionan option to add