Home
last modified time | relevance | path

Searched refs:GST_MESSAGE_STATE_DIRTY (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/inter/
Dgstintertest.c448 case GST_MESSAGE_STATE_DIRTY: in gst_inter_test_handle_message()
/third_party/gstreamer/gstplugins_bad/tools/
Dgst-app-maker469 case GST_MESSAGE_STATE_DIRTY:
/third_party/gstreamer/gstreamer/gst/
Dgstmessage.h150 GST_MESSAGE_STATE_DIRTY = (1 << 7), enumerator
Dgstmessage.c84 {GST_MESSAGE_STATE_DIRTY, "state-dirty", 0},
794 message = gst_message_new_custom (GST_MESSAGE_STATE_DIRTY, src, NULL); in gst_message_new_state_dirty()
Dgstenumtypes.c866 { C_FLAGS(GST_MESSAGE_STATE_DIRTY), "GST_MESSAGE_STATE_DIRTY", "state-dirty" }, in gst_message_type_get_type()
Dgstbin.c3735 case GST_MESSAGE_STATE_DIRTY: in gst_bin_handle_message_func()