Module: GstBase::CollectPadsStateFlags
- Defined in:
- (unknown)
Constant Summary collapse
- EOS =
Set if collectdata's pad is EOS.
1 or :eos
- FLUSHING =
Set if collectdata's pad is flushing.
2 or :flushing
- NEW_SEGMENT =
Set if collectdata's pad received a
new_segment event. 4 or :new_segment
- WAITING =
Set if collectdata's pad must be waited
for when collecting. 8 or :waiting
- LOCKED =
Set collectdata's pad WAITING state must
not be changed.
Gst::CollectPadsStateFlags indicate private state of a collectdata('s pad). 16 or :locked