Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/tests/examples/streamiddemux/
Dstreamiddemux-stream.c22 GstPad *queue_srcpad[NUM_STREAM]; member
56 gst_pad_remove_probe (app->queue_srcpad[i], app->blocked_id[i]); in set_blocked()
81 gst_pad_link_full (app->queue_srcpad[i], sync_sinkpad[i], in sink_do_reconfigure()
98 if (blockedpad == app->queue_srcpad[i]) in blocked_cb()
103 if (app->queue_srcpad[i] == FALSE) { in blocked_cb()
127 app->queue_srcpad[pad_added_cnt] = in src_pad_added_cb()
130 gst_pad_add_probe (app->queue_srcpad[pad_added_cnt], in src_pad_added_cb()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.c5223 GstPad *queue_srcpad; in _connect_rtpfunnel() local
5243 queue_srcpad = gst_element_get_static_pad (queue, "src"); in _connect_rtpfunnel()
5248 gst_pad_link (queue_srcpad, rtp_sink); in _connect_rtpfunnel()
5249 gst_object_unref (queue_srcpad); in _connect_rtpfunnel()