Value | Meaning |
---|---|
None0 | no flags |
KeyUnit1 | buffer is keyframe |
Dontwait2 | 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. |
Discont4 | buffer is discont |
Last65536 | last flag, subclasses can use private flags starting from this value. |
Additional flags to control the allocation of a buffer