Home
last modified time | relevance | path

Searched refs:GST_EVENT_LATENCY (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstevent.c124 {GST_EVENT_LATENCY, "latency", 0},
1535 event = gst_event_new_custom (GST_EVENT_LATENCY, structure); in gst_event_new_latency()
1551 g_return_if_fail (GST_EVENT_TYPE (event) == GST_EVENT_LATENCY); in gst_event_parse_latency()
Dgstevent.h178 GST_EVENT_LATENCY = GST_EVENT_MAKE_TYPE (220, _FLAG(UPSTREAM)), enumerator
Dgstenumtypes.c590 { C_ENUM(GST_EVENT_LATENCY), "GST_EVENT_LATENCY", "latency" }, in gst_event_type_get_type()
Dgstpad.c5603 if (event_type == GST_EVENT_LATENCY) in gst_pad_push_event_unchecked()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dtransportsendbin.c481 case GST_EVENT_LATENCY: in gst_transport_send_bin_element_event()
/third_party/gstreamer/gstplugins_bad/ext/webrtcdsp/
Dgstwebrtcechoprobe.cpp146 case GST_EVENT_LATENCY: in gst_webrtc_echo_probe_src_event()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpsession.c2189 case GST_EVENT_LATENCY: in gst_rtp_session_event_send_rtcp_src()
2297 case GST_EVENT_LATENCY: in gst_rtp_session_event_send_rtp_src()
Dgstrtpjitterbuffer.c1748 case GST_EVENT_LATENCY: in gst_rtp_jitter_buffer_src_event()
/third_party/gstreamer/gstplugins_good/gst/imagefreeze/
Dgstimagefreeze.c670 case GST_EVENT_LATENCY: in gst_image_freeze_src_event()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesrc.c2040 case GST_EVENT_LATENCY: in gst_base_src_send_event()
2139 case GST_EVENT_LATENCY: in gst_base_src_default_event()
Dgstbasesink.c5263 case GST_EVENT_LATENCY: in gst_base_sink_send_event()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavdemux.c715 case GST_EVENT_LATENCY: in gst_ffmpegdemux_src_event()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-parse.c1472 case GST_EVENT_LATENCY: in gst_matroska_parse_handle_src_event()
Dmatroska-demux.c3302 case GST_EVENT_LATENCY: in gst_matroska_demux_handle_src_event()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c3045 case GST_EVENT_LATENCY: in gst_rtspsrc_handle_src_event()
3134 case GST_EVENT_LATENCY: in gst_rtspsrc_handle_internal_src_event()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c2291 case GST_EVENT_LATENCY:{ in gst_adaptive_demux_src_event()