Home
last modified time | relevance | path

Searched refs:gst_element_class_get_pad_template (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstelement.c195 fail_unless (gst_element_class_get_pad_template (element_class, in gst_test_element_class_init()
205 gst_element_class_get_pad_template (element_class, "test")) != NULL); in gst_test_element_class_init()
216 gst_element_class_get_pad_template (element_class, "test2")) != NULL); in gst_test_element_class_init()
228 gst_element_class_get_pad_template (element_class, "test")) != NULL); in gst_test_element_class_init()
282 gst_element_class_get_pad_template (element_class, "test")) != NULL); in gst_test_element2_class_init()
286 gst_element_class_get_pad_template (element_class, "test2")) != NULL); in gst_test_element2_class_init()
297 gst_element_class_get_pad_template (element_class, "test")) != NULL); in gst_test_element2_class_init()
309 gst_element_class_get_pad_template (element_class, "test4")) != NULL); in gst_test_element2_class_init()
553 gst_element_class_get_pad_template (GST_ELEMENT_GET_CLASS (test), "sink"); in gst_test_element3_init()
738 gst_element_class_get_pad_template (GST_ELEMENT_GET_CLASS (test), in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlssrtpdec.c217 templ = gst_element_class_get_pad_template (klass, "rtp_src"); in gst_dtls_srtp_dec_init()
226 templ = gst_element_class_get_pad_template (klass, "rtcp_src"); in gst_dtls_srtp_dec_init()
235 templ = gst_element_class_get_pad_template (klass, "sink"); in gst_dtls_srtp_dec_init()
321 if (templ == gst_element_class_get_pad_template (klass, "data_src")) { in gst_dtls_srtp_dec_request_new_pad()
354 gst_element_class_get_pad_template (klass, "data_src")) { in gst_dtls_srtp_dec_release_pad()
Dgstdtlssrtpenc.c234 gst_element_class_get_pad_template (klass, "src")); in gst_dtls_srtp_enc_init()
398 if (templ == gst_element_class_get_pad_template (klass, "rtp_sink_%d")) { in gst_dtls_srtp_enc_request_new_pad()
431 } else if (templ == gst_element_class_get_pad_template (klass, in gst_dtls_srtp_enc_request_new_pad()
446 } else if (templ == gst_element_class_get_pad_template (klass, "data_sink")) { in gst_dtls_srtp_enc_request_new_pad()
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstunalignedaudioparse.c100 gst_element_class_get_pad_template (GST_ELEMENT_GET_CLASS in gst_unaligned_audio_parse_init()
109 gst_element_class_get_pad_template (GST_ELEMENT_GET_CLASS in gst_unaligned_audio_parse_init()
Dgstunalignedvideoparse.c99 gst_element_class_get_pad_template (GST_ELEMENT_GET_CLASS in gst_unaligned_video_parse_init()
108 gst_element_class_get_pad_template (GST_ELEMENT_GET_CLASS in gst_unaligned_video_parse_init()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecalphadecodebin.c111 gst_element_class_get_pad_template (GST_ELEMENT_CLASS (klass), "sink")); in gst_v4l2_codec_alpha_decode_bin_constructed()
115 gst_element_class_get_pad_template (GST_ELEMENT_CLASS (klass), "src")); in gst_v4l2_codec_alpha_decode_bin_constructed()
/third_party/gstreamer/gstplugins_bad/gst/codecalpha/
Dgstalphadecodebin.c108 gst_element_class_get_pad_template (GST_ELEMENT_CLASS (klass), "sink")); in gst_alpha_decode_bin_constructed()
112 gst_element_class_get_pad_template (GST_ELEMENT_CLASS (klass), "src")); in gst_alpha_decode_bin_constructed()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsndec.c79 gst_element_class_get_pad_template (GST_ELEMENT_CLASS (klass), "sink"); in rsn_dec_init()
88 templ = gst_element_class_get_pad_template (GST_ELEMENT_CLASS (klass), "src"); in rsn_dec_init()
246 GstPadTemplate *templ = gst_element_class_get_pad_template (klass, in _get_decoder_factories()
/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstristrtxreceive.c145 gst_pad_new_from_template (gst_element_class_get_pad_template (klass, in gst_rist_rtx_receive_init()
154 gst_pad_new_from_template (gst_element_class_get_pad_template (klass, in gst_rist_rtx_receive_init()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Ddecodebin.c448 gst_pad_new_from_template (gst_element_class_get_pad_template in gst_fake_h264_parser_init()
455 gst_pad_new_from_template (gst_element_class_get_pad_template in gst_fake_h264_parser_init()
540 gst_pad_new_from_template (gst_element_class_get_pad_template in gst_fake_h264_decoder_init()
547 gst_pad_new_from_template (gst_element_class_get_pad_template in gst_fake_h264_decoder_init()
/third_party/gstreamer/gstplugins_bad/gst/rawparse/
Dgstaudioparse.c208 gst_element_class_get_pad_template (GST_ELEMENT_GET_CLASS (ap), "sink")); in gst_audio_parse_init()
215 gst_element_class_get_pad_template (GST_ELEMENT_GET_CLASS (ap), "src")); in gst_audio_parse_init()
Dgstvideoparse.c166 gst_element_class_get_pad_template (GST_ELEMENT_GET_CLASS (vp), "sink")); in gst_video_parse_init()
173 gst_element_class_get_pad_template (GST_ELEMENT_GET_CLASS (vp), "src")); in gst_video_parse_init()
/third_party/gstreamer/gstplugins_bad/gst/segmentclip/
Dgstsegmentclip.c96 templ = gst_element_class_get_pad_template (element_class, "sink"); in gst_segment_clip_init()
109 templ = gst_element_class_get_pad_template (element_class, "src"); in gst_segment_clip_init()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtpdec.c445 templ = gst_element_class_get_pad_template (klass, "recv_rtp_src_%u_%u_%u"); in gst_rtp_dec_chain_rtp()
872 if (templ == gst_element_class_get_pad_template (klass, "recv_rtp_sink_%u")) { in gst_rtp_dec_request_new_pad()
874 } else if (templ == gst_element_class_get_pad_template (klass, in gst_rtp_dec_request_new_pad()
877 } else if (templ == gst_element_class_get_pad_template (klass, "rtcp_src_%u")) { in gst_rtp_dec_request_new_pad()
/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dgstfrei0rmixer.c695 gst_pad_new_from_template (gst_element_class_get_pad_template in gst_frei0r_mixer_init()
704 gst_pad_new_from_template (gst_element_class_get_pad_template in gst_frei0r_mixer_init()
712 gst_pad_new_from_template (gst_element_class_get_pad_template in gst_frei0r_mixer_init()
720 gst_pad_new_from_template (gst_element_class_get_pad_template in gst_frei0r_mixer_init()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpssrcdemux.c307 templ = gst_element_class_get_pad_template (klass, "src_%u"); in find_or_create_demux_pad_for_ssrc()
312 templ = gst_element_class_get_pad_template (klass, "rtcp_src_%u"); in find_or_create_demux_pad_for_ssrc()
492 gst_pad_new_from_template (gst_element_class_get_pad_template (klass, in gst_rtp_ssrc_demux_init()
501 gst_pad_new_from_template (gst_element_class_get_pad_template (klass, in gst_rtp_ssrc_demux_init()
Dgstrtprtxqueue.c209 gst_pad_new_from_template (gst_element_class_get_pad_template (klass, in gst_rtp_rtx_queue_init()
218 gst_pad_new_from_template (gst_element_class_get_pad_template (klass, in gst_rtp_rtx_queue_init()
Dgstrtpdtmfmux.c172 if (gst_element_class_get_pad_template (GST_ELEMENT_GET_CLASS (element), in gst_rtp_dtmf_mux_request_new_pad()
Dgstrtprtxreceive.c301 gst_pad_new_from_template (gst_element_class_get_pad_template (klass, in gst_rtp_rtx_receive_init()
310 gst_pad_new_from_template (gst_element_class_get_pad_template (klass, in gst_rtp_rtx_receive_init()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggmux.c219 gst_pad_new_from_template (gst_element_class_get_pad_template (klass, in gst_ogg_mux_init()
438 if (templ != gst_element_class_get_pad_template (klass, "video_%u") && in gst_ogg_mux_request_new_pad()
439 templ != gst_element_class_get_pad_template (klass, "audio_%u") && in gst_ogg_mux_request_new_pad()
440 templ != gst_element_class_get_pad_template (klass, "subtitle_%u")) { in gst_ogg_mux_request_new_pad()
466 if (templ == gst_element_class_get_pad_template (klass, "video_%u")) { in gst_ogg_mux_request_new_pad()
468 } else if (templ == gst_element_class_get_pad_template (klass, "audio_%u")) { in gst_ogg_mux_request_new_pad()
470 } else if (templ == gst_element_class_get_pad_template (klass, in gst_ogg_mux_request_new_pad()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavmux.c323 GstPadTemplate *templ = gst_element_class_get_pad_template (klass, "src"); in gst_ffmpegmux_init()
418 if (templ == gst_element_class_get_pad_template (klass, "video_%u")) { in gst_ffmpegmux_request_new_pad()
423 } else if (templ == gst_element_class_get_pad_template (klass, "audio_%u")) { in gst_ffmpegmux_request_new_pad()
/third_party/gstreamer/gstplugins_good/gst/multipart/
Dmultipartmux.c148 gst_pad_new_from_template (gst_element_class_get_pad_template (klass, in gst_multipart_mux_init()
189 if (templ != gst_element_class_get_pad_template (klass, "sink_%u")) in gst_multipart_mux_request_new_pad()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgsttagmux.c173 tmpl = gst_element_class_get_pad_template (element_klass, "sink"); in gst_tag_mux_init()
188 tmpl = gst_element_class_get_pad_template (element_klass, "src"); in gst_tag_mux_init()
/third_party/gstreamer/gstplugins_good/gst/icydemux/
Dgsticydemux.c170 gst_pad_new_from_template (gst_element_class_get_pad_template (klass, in gst_icydemux_init()
255 gst_pad_new_from_template (gst_element_class_get_pad_template in gst_icydemux_add_srcpad()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpredenc.c461 gst_element_class_get_pad_template (GST_ELEMENT_GET_CLASS (self), "src"); in gst_rtp_red_enc_init()
466 gst_element_class_get_pad_template (GST_ELEMENT_GET_CLASS (self), "sink"); in gst_rtp_red_enc_init()

1234