GstQueryTypeFlags

#GstQueryTypeFlags indicate the aspects of the different #GstQueryType values. You can get the type flags of a #GstQueryType with the gst_query_type_get_flags() function.

Values

ValueMeaning
UPSTREAM1

Set if the query can travel upstream.

DOWNSTREAM2

Set if the query can travel downstream.

SERIALIZED4

Set if the query should be serialized with data flow.

Meta