GstEventTypeFlags

#GstEventTypeFlags indicate the aspects of the different #GstEventType values. You can get the type flags of a #GstEventType with the gst.global.eventTypeGetFlags function.

Values

ValueMeaning
Upstream1

Set if the event can travel upstream.

Downstream2

Set if the event can travel downstream.

Serialized4

Set if the event should be serialized with data flow.

Sticky8

Set if the event is sticky on the pads.

StickyMulti16

Multiple sticky events can be on a pad, each identified by the event name.