:right-sidebar: True BinFlags =================================================================== .. currentmodule:: gi.repository.Gst .. class:: BinFlags :no-contents-entry: GstBinFlags are a set of flags specific to bins. Most are set/used internally. They can be checked using the :func:`~gi.repository.Gst.OBJECT_FLAG_IS_SET` macro, and (un)set using :func:`~gi.repository.Gst.OBJECT_FLAG_SET` and :func:`~gi.repository.Gst.OBJECT_FLAG_UNSET`. Fields ------ .. rst-class:: interim-class .. class:: BinFlags :no-index: .. attribute:: LAST The last enum in the series of flags for bins. Derived classes can use this as first value in a list of flags. .. attribute:: NO_RESYNC Don't resync a state change when elements are added or linked in the bin .. versionadded:: 1.0.5 .. attribute:: STREAMS_AWARE Indicates whether the bin can handle elements that add/remove source pads at any point in time without first posting a no-more-pads signal. .. versionadded:: 1.10