Home
last modified time | relevance | path

Searched refs:src_gpad (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecalphadecodebin.c100 GstPad *src_gpad, *sink_gpad; in gst_v4l2_codec_alpha_decode_bin_constructed() local
114 src_gpad = gst_ghost_pad_new_no_target_from_template ("src", in gst_v4l2_codec_alpha_decode_bin_constructed()
116 gst_element_add_pad (GST_ELEMENT (self), src_gpad); in gst_v4l2_codec_alpha_decode_bin_constructed()
172 gst_ghost_pad_set_target (GST_GHOST_PAD (src_gpad), src_pad); in gst_v4l2_codec_alpha_decode_bin_constructed()
/third_party/gstreamer/gstplugins_bad/gst/codecalpha/
Dgstalphadecodebin.c97 GstPad *src_gpad, *sink_gpad; in gst_alpha_decode_bin_constructed() local
111 src_gpad = gst_ghost_pad_new_no_target_from_template ("src", in gst_alpha_decode_bin_constructed()
113 gst_element_add_pad (GST_ELEMENT (self), src_gpad); in gst_alpha_decode_bin_constructed()
169 gst_ghost_pad_set_target (GST_GHOST_PAD (src_gpad), src_pad); in gst_alpha_decode_bin_constructed()