/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlssrtpdemux.c | 92 sink = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_dtls_srtp_demux_init() 94 gst_pad_new_from_static_template (&rtp_src_template, "rtp_src"); in gst_dtls_srtp_demux_init() 96 gst_pad_new_from_static_template (&dtls_src_template, "dtls_src"); in gst_dtls_srtp_demux_init()
|
/third_party/gstreamer/gstplugins_bad/gst/onvif/ |
D | gstrtponvifparse.c | 77 gst_pad_new_from_static_template (&sink_template_factory, "sink"); in gst_rtp_onvif_parse_init() 83 gst_pad_new_from_static_template (&src_template_factory, "src"); in gst_rtp_onvif_parse_init()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | mxfdemux.c | 117 mysinkpad = gst_pad_new_from_static_template (&mysinktemplate, "sink"); in _create_sink_pad() 128 mysrcpad = gst_pad_new_from_static_template (&mysrctemplate, "src"); in _create_src_pad_push() 180 mysrcpad = gst_pad_new_from_static_template (&mysrctemplate, "src"); in _create_src_pad_pull()
|
D | uvch264demux.c | 172 mjpg_pad = gst_pad_new_from_static_template (&mjpg_template, "src"); in _setup_test() 185 h264_pad = gst_pad_new_from_static_template (&sink_template, "h264"); in _setup_test() 199 yuy2_pad = gst_pad_new_from_static_template (&sink_template, "yuy2"); in _setup_test() 213 nv12_pad = gst_pad_new_from_static_template (&sink_template, "nv12"); in _setup_test() 226 jpg_pad = gst_pad_new_from_static_template (&sink_template, "jpeg"); in _setup_test()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | shapewipe.c | 94 gst_pad_new_from_static_template (&videosrctemplate, "videosrc"); in GST_START_TEST() 97 mymasksrcpad = gst_pad_new_from_static_template (&masksrctemplate, "masksrc"); in GST_START_TEST() 100 mysinkpad = gst_pad_new_from_static_template (&sinktemplate, "sink"); in GST_START_TEST()
|
D | rtpcollision.c | 217 srcpad = gst_pad_new_from_static_template (&srctemplate, "src"); in GST_START_TEST() 231 fake_udp_sinkpad = gst_pad_new_from_static_template (&sinktemplate, "sink"); in GST_START_TEST() 393 srcpad = gst_pad_new_from_static_template (&srctemplate, "src"); in GST_START_TEST() 407 fake_udp_sinkpad = gst_pad_new_from_static_template (&sinktemplate, "sink"); in GST_START_TEST()
|
D | interleave.c | 174 mysrcpads[0] = gst_pad_new_from_static_template (&srctemplate, "src0"); in GST_START_TEST() 183 mysrcpads[1] = gst_pad_new_from_static_template (&srctemplate, "src1"); in GST_START_TEST() 200 mysinkpad = gst_pad_new_from_static_template (&sinktemplate, "sink"); in GST_START_TEST() 305 mysrcpads[0] = gst_pad_new_from_static_template (&srctemplate, "src0"); in GST_START_TEST() 314 mysrcpads[1] = gst_pad_new_from_static_template (&srctemplate, "src1"); in GST_START_TEST() 331 mysinkpad = gst_pad_new_from_static_template (&sinktemplate, "sink"); in GST_START_TEST()
|
D | deinterleave.c | 119 gst_pad_new_from_static_template (&sinktemplate, name); in deinterleave_pad_added() 145 mysrcpad = gst_pad_new_from_static_template (&srctemplate, "src"); in GST_START_TEST() 218 mysrcpad = gst_pad_new_from_static_template (&srctemplate, "src"); in GST_START_TEST() 292 mysrcpad = gst_pad_new_from_static_template (&srctemplate, "src"); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpstorage.c | 158 self->srcpad = gst_pad_new_from_static_template (&srctemplate, "src"); in gst_rtp_storage_init() 159 self->sinkpad = gst_pad_new_from_static_template (&sinktemplate, "sink"); in gst_rtp_storage_init()
|
D | gstasteriskh263.c | 99 gst_pad_new_from_static_template (&gst_asteriskh263_src_template, "src"); in gst_asteriskh263_init() 103 gst_pad_new_from_static_template (&gst_asteriskh263_sink_template, in gst_asteriskh263_init()
|
D | gstrtpstreampay.c | 94 self->sinkpad = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_rtp_stream_pay_init() 103 self->srcpad = gst_pad_new_from_static_template (&src_template, "src"); in gst_rtp_stream_pay_init()
|
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | gstuvch264_mjpgdemux.c | 190 gst_pad_new_from_static_template (&mjpgsink_pad_template, "sink"); in gst_uvc_h264_mjpg_demux_init() 201 gst_pad_new_from_static_template (&jpegsrc_pad_template, "jpeg"); in gst_uvc_h264_mjpg_demux_init() 208 gst_pad_new_from_static_template (&h264src_pad_template, "h264"); in gst_uvc_h264_mjpg_demux_init() 214 gst_pad_new_from_static_template (&yuy2src_pad_template, "yuy2"); in gst_uvc_h264_mjpg_demux_init() 220 gst_pad_new_from_static_template (&nv12src_pad_template, "nv12"); in gst_uvc_h264_mjpg_demux_init()
|
/third_party/gstreamer/gstplugins_bad/gst/jp2kdecimator/ |
D | gstjp2kdecimator.c | 125 self->sinkpad = gst_pad_new_from_static_template (&sink_pad_template, "sink"); in gst_jp2k_decimator_init() 133 self->srcpad = gst_pad_new_from_static_template (&src_pad_template, "src"); in gst_jp2k_decimator_init()
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | gstcapsdebug.c | 97 gst_pad_new_from_static_template (&gst_caps_debug_src_template, "src"); in gst_caps_debug_init() 105 gst_pad_new_from_static_template (&gst_caps_debug_sink_template, "sink"); in gst_caps_debug_init()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gsterrorignore.c | 146 self->sinkpad = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_error_ignore_init() 156 self->srcpad = gst_pad_new_from_static_template (&src_template, "src"); in gst_error_ignore_init()
|
/third_party/gstreamer/gstplugins_bad/gst/rist/ |
D | gstristrtpext.c | 225 self->sinkpad = gst_pad_new_from_static_template (&sink_templ, in gst_rist_rtp_ext_init() 227 self->srcpad = gst_pad_new_from_static_template (&src_templ, in gst_rist_rtp_ext_init()
|
D | gstristrtpdeext.c | 283 self->sinkpad = gst_pad_new_from_static_template (&sink_templ, in gst_rist_rtp_deext_init() 285 self->srcpad = gst_pad_new_from_static_template (&src_templ, in gst_rist_rtp_deext_init()
|
/third_party/gstreamer/gstplugins_good/ext/jpeg/ |
D | gstsmokedec.c | 148 gst_pad_new_from_static_template (&gst_smokedec_sink_pad_template, in gst_smokedec_init() 154 gst_pad_new_from_static_template (&gst_smokedec_src_pad_template, "src"); in gst_smokedec_init()
|
/third_party/gstreamer/gstplugins_bad/gst/subenc/ |
D | gstsrtenc.c | 266 srtenc->srcpad = gst_pad_new_from_static_template (&src_template, "src"); in gst_srt_enc_init() 269 srtenc->sinkpad = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_srt_enc_init()
|
D | gstwebvttenc.c | 287 webvttenc->srcpad = gst_pad_new_from_static_template (&src_template, "src"); in gst_webvtt_enc_init() 290 gst_pad_new_from_static_template (&sink_template, "sink"); in gst_webvtt_enc_init()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstccextractor.c | 177 filter->sinkpad = gst_pad_new_from_static_template (&sinktemplate, "sink"); in gst_cc_extractor_init() 190 filter->srcpad = gst_pad_new_from_static_template (&srctemplate, "src"); in gst_cc_extractor_init() 357 gst_pad_new_from_static_template (&captiontemplate, "caption"); in gst_cc_extractor_handle_meta()
|
/third_party/gstreamer/gstplugins_bad/ext/bz2/ |
D | gstbz2dec.c | 200 b->sink = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_bz2dec_init() 204 b->src = gst_pad_new_from_static_template (&src_template, "src"); in gst_bz2dec_init()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstvalve.c | 155 valve->srcpad = gst_pad_new_from_static_template (&srctemplate, "src"); in gst_valve_init() 161 valve->sinkpad = gst_pad_new_from_static_template (&sinktemplate, "sink"); in gst_valve_init()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpst2022-1-fecenc.c | 558 gst_pad_new_from_static_template (&fec_src_template, "fec_0"); in gst_rtpst_2022_1_fecenc_reset() 565 gst_pad_new_from_static_template (&fec_src_template, "fec_1"); in gst_rtpst_2022_1_fecenc_reset() 778 enc->srcpad = gst_pad_new_from_static_template (&src_template, "src"); in gst_rtpst_2022_1_fecenc_init() 785 enc->sinkpad = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_rtpst_2022_1_fecenc_init()
|
/third_party/gstreamer/gstplugins_bad/ext/spandsp/ |
D | gstspanplc.c | 164 plc->srcpad = gst_pad_new_from_static_template (&src_factory, "src"); in gst_span_plc_init() 165 plc->sinkpad = gst_pad_new_from_static_template (&sink_factory, "sink"); in gst_span_plc_init()
|