:right-sidebar: True BufferPoolAcquireFlags =================================================================== .. currentmodule:: gi.repository.Gst .. class:: BufferPoolAcquireFlags :no-contents-entry: Additional flags to control the allocation of a buffer Fields ------ .. rst-class:: interim-class .. class:: BufferPoolAcquireFlags :no-index: .. attribute:: DISCONT Buffer is discont .. attribute:: 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. .. attribute:: KEY_UNIT Buffer is keyframe .. attribute:: LAST Last flag, subclasses can use private flags starting from this value. .. attribute:: NONE No flags