GstEventTypeFlags

GstEventTypeFlags indicate the aspects of the different GstEventType values. You can get the type flags of a GstEventType with the Event.typeGetFlags 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.

STICKY_MULTI16

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