Home
last modified time | relevance | path

Searched refs:gst_element_request_pad (Results 1 – 18 of 18) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dtransportsendbin.c350 pad = gst_element_request_pad (send->dtlssrtpenc, templ, "rtp_sink_0", NULL); in transport_send_bin_constructed()
359 pad = gst_element_request_pad (send->dtlssrtpenc, templ, "data_sink", NULL); in transport_send_bin_constructed()
369 pad = gst_element_request_pad (send->dtlssrtpenc, templ, "rtcp_sink_0", NULL); in transport_send_bin_constructed()
Dgstwebrtcbin.c4555 gst_element_request_pad (webrtc->rtpbin, rtp_templ, pad_name, NULL); in _connect_input_stream()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvideomixer.c995 sinkpad1 = gst_element_request_pad (videomixer, sink_template, NULL, NULL);
1000 sinkpad2 = gst_element_request_pad (videomixer, sink_template, NULL, NULL);
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dadder.c1040 sinkpad1 = gst_element_request_pad (adder, sink_template, NULL, NULL);
1045 sinkpad2 = gst_element_request_pad (adder, sink_template, NULL, NULL);
Daudiomixer.c1129 sinkpad1 = gst_element_request_pad (audiomixer, sink_template, NULL, NULL); in GST_START_TEST()
1133 sinkpad2 = gst_element_request_pad (audiomixer, sink_template, NULL, NULL); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglmixerbin.c503 gst_element_request_pad (self->mixer, mixer_templ, req_name, NULL); in gst_gl_mixer_bin_request_new_pad()
/third_party/gstreamer/gstreamer/gst/
Dgstelement.h1048 GstPad* gst_element_request_pad (GstElement *element, GstPadTemplate *templ,
Dgstutils.c1026 ret = gst_element_request_pad (element, templ, NULL, NULL); in gst_element_get_pad_from_template()
2062 gst_element_request_pad (src, srctempl, in gst_element_link_pads_full()
2065 gst_element_request_pad (dest, desttempl, in gst_element_link_pads_full()
Dgstelement.c1288 gst_element_request_pad (GstElement * element, in gst_element_request_pad() function
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstelement.c737 pad = gst_element_request_pad (GST_ELEMENT (test), in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11compositorbin.cpp906 gst_element_request_pad (self->compositor, compositor_templ, name, caps); in gst_d3d11_compositor_bin_request_new_pad()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c3777 pad = gst_element_request_pad (t->webrtc1, templ, "sink_0", caps); in GST_START_TEST()
3783 pad = gst_element_request_pad (t->webrtc1, templ, "sink_0", caps); in GST_START_TEST()
3911 pad = gst_element_request_pad (t->webrtc2, templ, "sink_0", caps); in GST_START_TEST()
4025 pad = gst_element_request_pad (t->webrtc2, templ, NULL, caps); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c1926 gst_element_request_pad (splitmux->muxer, templ, in relink_context()
3506 gst_element_request_pad (splitmux->muxer, mux_template, name, caps); in gst_splitmux_sink_request_new_pad()
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstcamerabin2.c1258 pad = gst_element_request_pad (encodebin, tmpl, NULL, NULL); in encodebin_find_pad()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c3155 reqpad = gst_element_request_pad (t->h->element, in gst_harness_stress_requestpad_func()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.c1080 ret = gst_element_request_pad (element, templ, NULL, NULL); in gst_element_get_pad_from_template()
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer8881 gst_element_request_pad. Implemented something reasonable for
9117 gst_element_request_pad* This can be used to construct a tee and a
/third_party/gstreamer/gstreamer/
DChangeLog1821 explicit it is a simplified `gst_element_request_pad()`.
6544 control, such as gst_element_request_pad, all assertions about
30953 Marking gst_element_request_pad as the caller of the ->request_new_pad
36124 We would like to encourage the use of gst_element_request_pad()
71510 Also, add a gst_element_request_pad() function to allow developers to be
71519 API: gst_element_request_pad
101485 …ement.c (gst_element_requires_clock, gst_element_provides_clock, gst_element_request_pad, gst_elem…
101488 gst_element_provides_clock, gst_element_request_pad,
132388 * gst/gstelement.c: (gst_element_request_pad),
132399 (gst_element_request_pad), (gst_pad_proxy_getcaps):