BufferPoolAcquireFlags#

class BufferPoolAcquireFlags#

Additional flags to control the allocation of a buffer

Fields#

class BufferPoolAcquireFlags
DISCONT#

Buffer is discont

DONTWAIT#

When the bufferpool is empty, acquire_buffer will by default block until a buffer is released into the pool again. Setting this flag makes acquire_buffer return GST_FLOW_EOS instead of blocking.

KEY_UNIT#

Buffer is keyframe

LAST#

Last flag, subclasses can use private flags starting from this value.

NONE#

No flags