Home
last modified time | relevance | path

Searched refs:other_pad (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsdec.c545 GstPad *other_pad; in sink_chain_list() local
572 other_pad = self->src; in sink_chain_list()
573 if (other_pad) in sink_chain_list()
574 gst_object_ref (other_pad); in sink_chain_list()
577 if (other_pad) { in sink_chain_list()
582 process_list_data.flow_ret = gst_pad_push_list (other_pad, list); in sink_chain_list()
586 gst_pad_push_event (other_pad, gst_event_new_eos ()); in sink_chain_list()
588 gst_object_unref (other_pad); in sink_chain_list()
604 GstPad *other_pad; in sink_chain() local
625 other_pad = self->src; in sink_chain()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/insertbin/
Dgstinsertbin.c660 GstPad *other_pad; in gst_insert_bin_do_change() local
673 other_pad = get_single_pad (data->element, GST_PAD_SINK); in gst_insert_bin_do_change()
675 other_pad = get_single_pad (data->element, GST_PAD_SRC); in gst_insert_bin_do_change()
677 if (!other_pad) { in gst_insert_bin_do_change()
682 other_peer = gst_pad_get_peer (other_pad); in gst_insert_bin_do_change()
683 gst_object_unref (other_pad); in gst_insert_bin_do_change()