Enumeration (GI Flags)

Gst-1.0GstEventTypeFlags

Gst.EventTypeFlags indicate the aspects of the different Gst.EventType values. You can get the type flags of a Gst.EventType with the gst_event_type_get_flags() function.

Index
DOWNSTREAM: 2

Set if the event can travel downstream.

SERIALIZED: 4

Set if the event should be serialized with data flow.

STICKY: 8

Set if the event is sticky on the pads.

STICKY_MULTI: 16

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

UPSTREAM: 1

Set if the event can travel upstream.

Variables

$gtype