Home
last modified time | relevance | path

Searched refs:GST_MESSAGE_CLOCK_PROVIDE (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/inter/
Dgstintertest.c449 case GST_MESSAGE_CLOCK_PROVIDE: in gst_inter_test_handle_message()
/third_party/gstreamer/gstplugins_bad/tools/
Dgst-app-maker470 case GST_MESSAGE_CLOCK_PROVIDE:
/third_party/gstreamer/gstreamer/gst/
Dgstmessage.c86 {GST_MESSAGE_CLOCK_PROVIDE, "clock-provide", 0},
826 message = gst_message_new_custom (GST_MESSAGE_CLOCK_PROVIDE, src, structure); in gst_message_new_clock_provide()
1610 g_return_if_fail (GST_MESSAGE_TYPE (message) == GST_MESSAGE_CLOCK_PROVIDE); in gst_message_parse_clock_provide()
Dgstmessage.h152 GST_MESSAGE_CLOCK_PROVIDE = (1 << 9), enumerator
Dgstenumtypes.c868 { C_FLAGS(GST_MESSAGE_CLOCK_PROVIDE), "GST_MESSAGE_CLOCK_PROVIDE", "clock-provide" }, in gst_message_type_get_type()
Dgstbin.c3852 case GST_MESSAGE_CLOCK_PROVIDE: in gst_bin_handle_message_func()
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinesrc.c571 case GST_MESSAGE_CLOCK_PROVIDE: in gst_ipc_pipeline_src_forward_message()