Home
last modified time | relevance | path

Searched refs:forward_sticky_events (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfunnel.c133 funnel->forward_sticky_events = g_value_get_boolean (value); in gst_funnel_set_property()
149 g_value_set_boolean (value, funnel->forward_sticky_events); in gst_funnel_get_property()
216 funnel->forward_sticky_events = DEFAULT_FORWARD_STICKY_EVENTS; in gst_funnel_init()
325 if ((funnel->last_sinkpad == NULL) || (funnel->forward_sticky_events in gst_funnel_sink_chain_object()
410 if ((funnel->last_sinkpad == NULL) || (funnel->forward_sticky_events in gst_funnel_sink_event()
Dgstfunnel.h60 gboolean forward_sticky_events; member
Dgstvalve.c215 forward_sticky_events (GstPad * pad, GstEvent ** event, gpointer user_data) in forward_sticky_events() function
229 gst_pad_sticky_events_foreach (valve->sinkpad, forward_sticky_events, valve); in gst_valve_repush_sticky()
Dgstoutputselector.c321 forward_sticky_events (GstPad * pad, GstEvent ** event, gpointer user_data) in forward_sticky_events() function
383 gst_pad_sticky_events_foreach (osel->sinkpad, forward_sticky_events, srcpad); in gst_output_selector_request_new_pad()
463 gst_pad_sticky_events_foreach (osel->sinkpad, forward_sticky_events, in gst_output_selector_switch()
Dgststreamiddemux.c178 forward_sticky_events (GstPad * pad, GstEvent ** event, gpointer user_data) in forward_sticky_events() function
295 gst_pad_sticky_events_foreach (demux->sinkpad, forward_sticky_events, in gst_streamid_demux_event()
Dgstinputselector.c425 forward_sticky_events (GstPad * sinkpad, GstEvent ** event, gpointer user_data) in forward_sticky_events() function
471 forward_sticky_events, self); in gst_input_selector_eos_wait()
1106 gst_pad_sticky_events_foreach (GST_PAD_CAST (selpad), forward_sticky_events, in gst_selector_pad_chain()
Dgsttee.c336 forward_sticky_events (GstPad * pad, GstEvent ** event, gpointer user_data) in forward_sticky_events() function
421 gst_pad_sticky_events_foreach (tee->sinkpad, forward_sticky_events, srcpad); in gst_tee_request_new_pad()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstccextractor.c306 forward_sticky_events (GstPad * pad, GstEvent ** event, gpointer user_data) in forward_sticky_events() function
364 gst_pad_sticky_events_foreach (filter->sinkpad, forward_sticky_events, in gst_cc_extractor_handle_meta()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpptdemux.c416 forward_sticky_events (GstPad * pad, GstEvent ** event, gpointer user_data) in forward_sticky_events() function
516 gst_pad_sticky_events_foreach (rtpdemux->sink, forward_sticky_events, in gst_rtp_pt_demux_chain()
Dgstrtpssrcdemux.c245 forward_sticky_events (GstPad * pad, GstEvent ** event, gpointer user_data) in forward_sticky_events() function
273 gst_pad_sticky_events_foreach (sinkpad, forward_sticky_events, &fdata); in forward_initial_events()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsdec.c356 forward_sticky_events (GstPad * pad, GstEvent ** event, gpointer user_data) in forward_sticky_events() function
400 gst_pad_sticky_events_foreach (self->sink, forward_sticky_events, self->src); in gst_dtls_dec_request_new_pad()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsninputselector.c138 static gboolean forward_sticky_events (GstPad * sinkpad, GstEvent ** event,
744 forward_sticky_events (GstPad * sinkpad, GstEvent ** event, gpointer user_data) in forward_sticky_events() function
1038 gst_pad_sticky_events_foreach (GST_PAD_CAST (selpad), forward_sticky_events, in gst_selector_pad_chain()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c2524 forward_sticky_events (GstPad * pad, GstEvent ** ev, gpointer user_data) in forward_sticky_events() function
2569 gst_pad_sticky_events_foreach (h->sinkpad, forward_sticky_events, fwdpad); in gst_harness_add_sink_harness()