Module: Gst::BufferPoolAcquireFlags
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
no flags
0 or :none
- KEY_UNIT =
buffer is keyframe
1 or :key_unit
- 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.
2 or :dontwait
- DISCONT =
buffer is discont
4 or :discont
- LAST =
last flag, subclasses can use private flags starting from this value.
65536 or :last