Searched refs:sink_pad_templ (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvadeinterlace.c | 700 GstPadTemplate *sink_pad_templ, *src_pad_templ; in gst_va_deinterlace_class_init() local 744 sink_pad_templ = gst_pad_template_new ("sink", GST_PAD_SINK, GST_PAD_ALWAYS, in gst_va_deinterlace_class_init() 746 gst_element_class_add_pad_template (element_class, sink_pad_templ); in gst_va_deinterlace_class_init() 747 gst_pad_template_set_documentation_caps (sink_pad_templ, in gst_va_deinterlace_class_init()
|
D | gstvabasedec.c | 629 GstPadTemplate *sink_pad_templ, *src_pad_templ; in gst_va_base_dec_class_init() local 638 sink_pad_templ = gst_pad_template_new ("sink", GST_PAD_SINK, GST_PAD_ALWAYS, in gst_va_base_dec_class_init() 640 gst_element_class_add_pad_template (element_class, sink_pad_templ); in gst_va_base_dec_class_init() 643 gst_pad_template_set_documentation_caps (sink_pad_templ, doc_sink_caps); in gst_va_base_dec_class_init()
|
D | gstvavpp.c | 1925 GstPadTemplate *sink_pad_templ, *src_pad_templ; in gst_va_vpp_class_init() local 1969 sink_pad_templ = gst_pad_template_new ("sink", GST_PAD_SINK, GST_PAD_ALWAYS, in gst_va_vpp_class_init() 1971 gst_element_class_add_pad_template (element_class, sink_pad_templ); in gst_va_vpp_class_init() 1972 gst_pad_template_set_documentation_caps (sink_pad_templ, in gst_va_vpp_class_init()
|