:right-sidebar: True CollectPadsStateFlags =================================================================== .. currentmodule:: gi.repository.GstBase .. class:: CollectPadsStateFlags :no-contents-entry: Fields ------ .. rst-class:: interim-class .. class:: CollectPadsStateFlags :no-index: .. attribute:: EOS Set if collectdata's pad is EOS. .. attribute:: FLUSHING Set if collectdata's pad is flushing. .. attribute:: LOCKED Set collectdata's pad WAITING state must not be changed. :obj:`~gi.repository.GstBase.CollectPadsStateFlags` indicate private state of a collectdata('s pad). .. attribute:: NEW_SEGMENT Set if collectdata's pad received a new_segment event. .. attribute:: WAITING Set if collectdata's pad must be waited for when collecting.