Enumeration (GI Flags)

Gst-1.0GstBufferPoolAcquireFlags

Additional flags to control the allocation of a buffer

Index

Enumeration Members

Enumeration Members

DISCONT: number

buffer is discont

DONTWAIT: number

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: number

buffer is keyframe

LAST: number

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

NONE: number

no flags