Home
last modified time | relevance | path

Searched refs:gst_ghost_pad_new_from_template (Results 1 – 25 of 35) sorted by relevance

12

/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstunalignedaudioparse.c99 gst_ghost_pad_new_from_template ("sink", inner_pad, in gst_unaligned_audio_parse_init()
108 gst_ghost_pad_new_from_template ("src", inner_pad, in gst_unaligned_audio_parse_init()
Dgstunalignedvideoparse.c98 gst_ghost_pad_new_from_template ("sink", inner_pad, in gst_unaligned_video_parse_init()
107 gst_ghost_pad_new_from_template ("src", inner_pad, in gst_unaligned_video_parse_init()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlssrtpdec.c219 ghost_pad = gst_ghost_pad_new_from_template ("rtp_src", target_pad, templ); in gst_dtls_srtp_dec_init()
228 ghost_pad = gst_ghost_pad_new_from_template ("rtcp_src", target_pad, templ); in gst_dtls_srtp_dec_init()
237 ghost_pad = gst_ghost_pad_new_from_template ("sink", target_pad, templ); in gst_dtls_srtp_dec_init()
326 ghost_pad = gst_ghost_pad_new_from_template (name, target_pad, templ); in gst_dtls_srtp_dec_request_new_pad()
Dgstdtlssrtpenc.c369 pad = gst_ghost_pad_new_from_template (name, target, templ); in add_ghost_pad()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dautoconvert.c189 ghostpad = gst_ghost_pad_new_from_template ("sink", pad, test_static_templ); in configure_test_element()
196 ghostpad = gst_ghost_pad_new_from_template ("src", pad, test_static_templ); in configure_test_element()
/third_party/gstreamer/gstplugins_bad/gst/rawparse/
Dgstaudioparse.c207 gst_ghost_pad_new_from_template ("sink", inner_pad, in gst_audio_parse_init()
214 gst_ghost_pad_new_from_template ("src", inner_pad, in gst_audio_parse_init()
Dgstvideoparse.c165 gst_ghost_pad_new_from_template ("sink", inner_pad, in gst_video_parse_init()
172 gst_ghost_pad_new_from_template ("src", inner_pad, in gst_video_parse_init()
/third_party/gstreamer/gstplugins_bad/ext/qroverlay/
Dgstbaseqroverlay.c335 gst_ghost_pad_new_from_template ("sink", in gst_base_qr_overlay_init()
338 gst_ghost_pad_new_from_template ("src", in gst_base_qr_overlay_init()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstfakeaudiosink.c97 ghost_pad = gst_ghost_pad_new_from_template ("sink", sink_pad, template); in gst_fake_audio_sink_init()
Dgstfakevideosink.c163 ghost_pad = gst_ghost_pad_new_from_template ("sink", sink_pad, template); in gst_fake_video_sink_init()
Dgsttestsrcbin.c285 gst_ghost_pad_new_from_template (pad_name, pad, in gst_test_src_bin_setup_src()
/third_party/gstreamer/gstreamer/gst/
Dgstghostpad.h124 GstPad* gst_ghost_pad_new_from_template (const gchar *name, GstPad * target, GstPadTemplat…
Dgstghostpad.c709 gst_ghost_pad_new_from_template (const gchar * name, GstPad * target, in gst_ghost_pad_new_from_template() function
/third_party/gstreamer/gstplugins_good/gst/replaygain/
Dgstrgvolume.c321 ghost_pad = gst_ghost_pad_new_from_template ("sink", volume_pad, in gst_rg_volume_init()
328 ghost_pad = gst_ghost_pad_new_from_template ("src", volume_pad, in gst_rg_volume_init()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdbin.c503 dvdbin->video_pad = gst_ghost_pad_new_from_template ("video", src, src_templ); in create_elements()
557 gst_ghost_pad_new_from_template ("subpicture", src, src_templ); in create_elements()
597 dvdbin->audio_pad = gst_ghost_pad_new_from_template ("audio", src, src_templ); in create_elements()
/third_party/gstreamer/gstplugins_bad/gst/sdp/
Dgstsdpsrc.c110 gst_ghost_pad_new_from_template (GST_PAD_NAME (pad), pad, in pad_added_cb()
Dgstsdpdemux.c547 stream->srcpad = gst_ghost_pad_new_from_template (pad_name, pad, template); in new_session_pad()
/third_party/gstreamer/gstplugins_bad/gst/proxy/
Dgstproxysrc.c208 self->srcpad = gst_ghost_pad_new_from_template ("src", srcpad, templ); in gst_proxy_src_init()
/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgsttranscodebin.c426 new_pad = gst_ghost_pad_new_from_template (name, pad, template); in encodebin_pad_added_cb()
853 gpad = gst_ghost_pad_new_from_template (name, decodebin_pad, temp); in gst_transcode_bin_request_pad()
/third_party/gstreamer/gstplugins_bad/gst/audiolatency/
Dgstaudiolatency.c233 self->srcpad = gst_ghost_pad_new_from_template ("src", srcpad, templ); in gst_audiolatency_init()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpbin.c3716 gpad = gst_ghost_pad_new_from_template (padname, pad, templ); in expose_recv_src_pad()
4212 gst_ghost_pad_new_from_template (name, recv_rtp_sink, templ); in create_recv_rtp()
4422 gst_ghost_pad_new_from_template (name, decsink, templ); in create_recv_rtcp()
4473 ghost = gst_ghost_pad_new_from_template (name, decsink, templ); in create_recv_fec()
4618 gst_ghost_pad_new_from_template (gname, send_rtp_src, templ); in complete_session_src()
4775 ghost = gst_ghost_pad_new_from_template (gname, pad, templ); in fec_encoder_pad_added_cb()
4934 gst_ghost_pad_new_from_template (name, send_rtp_sink, templ); in create_send_rtp()
5102 gst_ghost_pad_new_from_template (name, encsrc, templ); in create_send_rtcp()
/third_party/gstreamer/gstplugins_bad/ext/wpe/
Dgstwpesrcbin.cpp436 ghost_pad = gst_ghost_pad_new_from_template ("video", pad, in gst_wpe_src_init()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlssink2.c533 pad = gst_ghost_pad_new_from_template (templ->name_template, peer, templ); in gst_hls_sink2_request_new_pad()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/insertbin/
Dgstinsertbin.c284 self->priv->srcpad = gst_ghost_pad_new_from_template ("src", in gst_insert_bin_init()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashsink.c997 pad = gst_ghost_pad_new_from_template (pad_name, peer, templ); in gst_dash_sink_request_new_pad()

12