Home
last modified time | relevance | path

Searched refs:pad_tmpl (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/autoconvert/
Dgstautovideoconvert.c212 GstPadTemplate *pad_tmpl; in gst_auto_video_convert_init() local
215 pad_tmpl = gst_static_pad_template_get (&sinktemplate); in gst_auto_video_convert_init()
217 gst_ghost_pad_new_no_target_from_template ("sink", pad_tmpl); in gst_auto_video_convert_init()
221 gst_object_unref (pad_tmpl); in gst_auto_video_convert_init()
224 pad_tmpl = gst_static_pad_template_get (&srctemplate); in gst_auto_video_convert_init()
226 gst_ghost_pad_new_no_target_from_template ("src", pad_tmpl); in gst_auto_video_convert_init()
230 gst_object_unref (pad_tmpl); in gst_auto_video_convert_init()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgststreamiddemux.c193 GstPadTemplate *pad_tmpl = NULL; in gst_streamid_demux_srcpad_create() local
196 pad_tmpl = gst_static_pad_template_get (&gst_streamid_demux_src_factory); in gst_streamid_demux_srcpad_create()
199 srcpad = gst_pad_new_from_template (pad_tmpl, padname); in gst_streamid_demux_srcpad_create()
200 gst_object_unref (pad_tmpl); in gst_streamid_demux_srcpad_create()
/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgsttranscodebin.c1003 GstPadTemplate *pad_tmpl; in gst_transcode_bin_init() local
1005 pad_tmpl = gst_static_pad_template_get (&transcode_bin_sink_template); in gst_transcode_bin_init()
1006 self->sinkpad = gst_ghost_pad_new_no_target_from_template ("sink", pad_tmpl); in gst_transcode_bin_init()
1010 gst_object_unref (pad_tmpl); in gst_transcode_bin_init()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstparsebin.c871 GstPadTemplate *pad_tmpl; in gst_parse_bin_init() local
884 pad_tmpl = gst_static_pad_template_get (&parse_bin_sink_template); in gst_parse_bin_init()
887 gpad = gst_ghost_pad_new_from_template ("sink", pad, pad_tmpl); in gst_parse_bin_init()
891 gst_object_unref (pad_tmpl); in gst_parse_bin_init()
4216 GstPadTemplate *pad_tmpl; in gst_parse_pad_new() local
4219 pad_tmpl = gst_static_pad_template_get (&parse_bin_src_template); in gst_parse_pad_new()
4222 "template", pad_tmpl, NULL); in gst_parse_pad_new()
4225 gst_object_unref (pad_tmpl); in gst_parse_pad_new()
Dgstdecodebin2.c1179 GstPadTemplate *pad_tmpl; in gst_decode_bin_init() local
1192 pad_tmpl = gst_static_pad_template_get (&decoder_bin_sink_template); in gst_decode_bin_init()
1195 gpad = gst_ghost_pad_new_from_template ("sink", pad, pad_tmpl); in gst_decode_bin_init()
1199 gst_object_unref (pad_tmpl); in gst_decode_bin_init()
5566 GstPadTemplate *pad_tmpl; in gst_decode_pad_new() local
5569 pad_tmpl = gst_static_pad_template_get (&decoder_bin_src_template); in gst_decode_pad_new()
5572 "template", pad_tmpl, NULL); in gst_decode_pad_new()
5575 gst_object_unref (pad_tmpl); in gst_decode_pad_new()
Dgsturisourcebin.c1263 GstPadTemplate *pad_tmpl; in create_output_pad() local
1269 pad_tmpl = gst_static_pad_template_get (&srctemplate); in create_output_pad()
1274 newpad = gst_ghost_pad_new_from_template (padname, pad, pad_tmpl); in create_output_pad()
1275 gst_object_unref (pad_tmpl); in create_output_pad()
Dgsturidecodebin.c1371 GstPadTemplate *pad_tmpl; in new_decoded_pad_added_cb() local
1382 pad_tmpl = gst_static_pad_template_get (&srctemplate); in new_decoded_pad_added_cb()
1383 newpad = gst_ghost_pad_new_from_template (padname, pad, pad_tmpl); in new_decoded_pad_added_cb()
1384 gst_object_unref (pad_tmpl); in new_decoded_pad_added_cb()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c628 GstPadTemplate *pad_tmpl = (GstPadTemplate *) tmpl_list->data; in check_element_type() local
630 if (GST_PAD_TEMPLATE_DIRECTION (pad_tmpl) == GST_PAD_SRC) in check_element_type()
632 if (GST_PAD_TEMPLATE_DIRECTION (pad_tmpl) == GST_PAD_SINK) in check_element_type()