Home
last modified time | relevance | path

Searched refs:GST_BUS_FLUSHING (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstbus.h51 GST_BUS_FLUSHING = (GST_OBJECT_FLAG_LAST << 0), enumerator
Dgstbus.c347 if (GST_OBJECT_FLAG_IS_SET (bus, GST_BUS_FLUSHING)) in gst_bus_post()
485 GST_OBJECT_FLAG_SET (bus, GST_BUS_FLUSHING); in gst_bus_set_flushing()
493 GST_OBJECT_FLAG_UNSET (bus, GST_BUS_FLUSHING); in gst_bus_set_flushing()
Dgstenumtypes.c200 { C_FLAGS(GST_BUS_FLUSHING), "GST_BUS_FLUSHING", "flushing" }, in gst_bus_flags_get_type()