Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppalphadecodebin.c102 GstElement *alpha_queue = NULL; in gst_mpp_alpha_decode_bin_constructed() local
124 alpha_queue = gst_element_factory_make ("queue", NULL); in gst_mpp_alpha_decode_bin_constructed()
125 if (!queue || !alpha_queue) { 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()
165 gst_element_link_pads (alphademux, "alpha", alpha_queue, "sink"); in gst_mpp_alpha_decode_bin_constructed()
166 gst_element_link_pads (alpha_queue, "src", alpha_decoder, "sink"); in gst_mpp_alpha_decode_bin_constructed()
175 g_object_set (alpha_queue, "max-size-bytes", 0, "max-size-time", 0, in gst_mpp_alpha_decode_bin_constructed()
187 if (alpha_queue) in gst_mpp_alpha_decode_bin_constructed()
188 gst_object_unref (alpha_queue); in gst_mpp_alpha_decode_bin_constructed()