Home
last modified time | relevance | path

Searched refs:GST_MESSAGE_STEP_START (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/inter/
Dgstintertest.c464 case GST_MESSAGE_STEP_START: in gst_inter_test_handle_message()
/third_party/gstreamer/gstplugins_bad/tools/
Dgst-app-maker486 case GST_MESSAGE_STEP_START:
/third_party/gstreamer/gstreamer/gst/
Dgstmessage.c100 {GST_MESSAGE_STEP_START, "step-start", 0},
2148 message = gst_message_new_custom (GST_MESSAGE_STEP_START, src, structure); in gst_message_new_step_start()
2175 g_return_if_fail (GST_MESSAGE_TYPE (message) == GST_MESSAGE_STEP_START); in gst_message_parse_step_start()
Dgstmessage.h166 GST_MESSAGE_STEP_START = (1 << 23), enumerator
Dgstenumtypes.c878 { C_FLAGS(GST_MESSAGE_STEP_START), "GST_MESSAGE_STEP_START", "step-start" }, in gst_message_type_get_type()