/third_party/gstreamer/gstplugins_bad/gst/proxy/ |
D | gstproxysink.c | 188 copy_sticky_events (G_GNUC_UNUSED GstPad * pad, GstEvent ** event, in copy_sticky_events() function 219 gst_pad_sticky_events_foreach (pad, copy_sticky_events, &data); in gst_proxy_sink_sink_event() 256 gst_pad_sticky_events_foreach (pad, copy_sticky_events, &data); in gst_proxy_sink_sink_chain() 292 gst_pad_sticky_events_foreach (pad, copy_sticky_events, &data); in gst_proxy_sink_sink_chain_list()
|
/third_party/gstreamer/gstplugins_good/gst/icydemux/ |
D | gsticydemux.c | 219 copy_sticky_events (GstPad * pad, GstEvent ** event, gpointer user_data) in copy_sticky_events() function 264 gst_pad_sticky_events_foreach (icydemux->sinkpad, copy_sticky_events, in gst_icydemux_add_srcpad()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/ |
D | gstsctpdec.c | 527 copy_sticky_events (GstPad * pad, GstEvent ** event, gpointer user_data) in copy_sticky_events() function 583 gst_pad_sticky_events_foreach (self->sink_pad, copy_sticky_events, new_pad); in get_pad_for_stream_id()
|
/third_party/gstreamer/gstplugins_good/gst/interleave/ |
D | deinterleave.c | 230 copy_sticky_events (GstPad * pad, GstEvent ** event, gpointer user_data) in copy_sticky_events() function 279 gst_pad_sticky_events_foreach (self->sink, copy_sticky_events, &data); in gst_deinterleave_add_new_pads()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpbin.c | 3608 copy_sticky_events (GstPad * pad, GstEvent ** event, gpointer user_data) in copy_sticky_events() function 3703 gst_pad_sticky_events_foreach (pad, copy_sticky_events, srcpad); in expose_recv_src_pad() 3723 gst_pad_sticky_events_foreach (pad, copy_sticky_events, gpad); in expose_recv_src_pad() 4620 gst_pad_sticky_events_foreach (send_rtp_src, copy_sticky_events, in complete_session_src() 4779 gst_pad_sticky_events_foreach (pad, copy_sticky_events, ghost); in fec_encoder_pad_added_cb()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gsturisourcebin.c | 626 copy_sticky_events (GstPad * pad, GstEvent ** event, gpointer user_data) in copy_sticky_events() function 1294 gst_pad_sticky_events_foreach (target, copy_sticky_events, pad); in expose_output_pad()
|
D | gsturidecodebin.c | 1342 copy_sticky_events (GstPad * pad, GstEvent ** event, gpointer user_data) in copy_sticky_events() function 1387 gst_pad_sticky_events_foreach (pad, copy_sticky_events, newpad); in new_decoded_pad_added_cb()
|
D | gstdecodebin2.c | 1651 copy_sticky_events (GstPad * pad, GstEvent ** event, gpointer user_data) in copy_sticky_events() function 1669 gst_pad_sticky_events_foreach (target, copy_sticky_events, dpad); in decode_pad_set_target() 2312 gst_pad_sticky_events_foreach (pad, copy_sticky_events, mqpad); in connect_pad()
|
D | gstparsebin.c | 1180 copy_sticky_events (GstPad * pad, GstEvent ** eventptr, gpointer user_data) in copy_sticky_events() function 1233 gst_pad_sticky_events_foreach (target, copy_sticky_events, parsepad); in parse_pad_set_target()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcbin.c | 6279 copy_sticky_events (GstPad * pad, GstEvent ** event, gpointer user_data) in copy_sticky_events() function 6487 gst_pad_sticky_events_foreach (new_pad, copy_sticky_events, pad); in on_rtpbin_pad_added()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 3422 copy_sticky_events (GstPad * pad, GstEvent ** event, gpointer user_data) in copy_sticky_events() function 3527 gst_pad_sticky_events_foreach (pad, copy_sticky_events, stream->srcpad); in new_manager_pad()
|