Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppalphadecodebin.c100 GstElement *alphademux = NULL; in gst_mpp_alpha_decode_bin_constructed() local
117 alphademux = gst_element_factory_make ("codecalphademux", NULL); in gst_mpp_alpha_decode_bin_constructed()
118 if (!alphademux) { in gst_mpp_alpha_decode_bin_constructed()
153 gst_bin_add_many (GST_BIN (self), alphademux, queue, alpha_queue, decoder, in gst_mpp_alpha_decode_bin_constructed()
157 sink_pad = gst_element_get_static_pad (alphademux, "sink"); in gst_mpp_alpha_decode_bin_constructed()
161 gst_element_link_pads (alphademux, "src", queue, "sink"); in gst_mpp_alpha_decode_bin_constructed()
165 gst_element_link_pads (alphademux, "alpha", alpha_queue, "sink"); in gst_mpp_alpha_decode_bin_constructed()
183 if (alphademux) in gst_mpp_alpha_decode_bin_constructed()
184 gst_object_unref (alphademux); in gst_mpp_alpha_decode_bin_constructed()