Searched refs:tmpl_caps (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | rsndec.c | 195 GstCaps *tmpl_caps; in rsndec_factory_filter() local 198 tmpl_caps = gst_static_caps_get (&templ->static_caps); in rsndec_factory_filter() 200 intersect = gst_caps_intersect (ctx->desired_caps, tmpl_caps); in rsndec_factory_filter() 201 gst_caps_unref (tmpl_caps); in rsndec_factory_filter()
|
/third_party/gstreamer/gstplugins_good/gst/alpha/ |
D | gstalphacolor.c | 113 GstCaps *tmpl_caps = NULL; in gst_alpha_color_transform_caps() local 134 tmpl_caps = gst_static_pad_template_get_caps (&src_template); in gst_alpha_color_transform_caps() 136 tmpl_caps = gst_static_pad_template_get_caps (&sink_template); in gst_alpha_color_transform_caps() 140 result = gst_caps_intersect (local_caps, tmpl_caps); in gst_alpha_color_transform_caps() 141 gst_caps_unref (tmpl_caps); in gst_alpha_color_transform_caps()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstelementfactory.c | 1212 GstCaps *tmpl_caps; in gst_element_factory_list_filter() local 1215 tmpl_caps = gst_static_caps_get (&templ->static_caps); in gst_element_factory_list_filter() 1221 if ((subsetonly && gst_caps_is_subset (caps, tmpl_caps)) || in gst_element_factory_list_filter() 1222 (!subsetonly && gst_caps_can_intersect (caps, tmpl_caps))) { in gst_element_factory_list_filter() 1225 gst_caps_unref (tmpl_caps); in gst_element_factory_list_filter() 1228 gst_caps_unref (tmpl_caps); in gst_element_factory_list_filter()
|
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/ |
D | gstgdkpixbufdec.c | 111 GstCaps *tmpl_caps; in gst_gdk_pixbuf_dec_get_capslist() local 131 tmpl_caps = in gst_gdk_pixbuf_dec_get_capslist() 133 return_caps = gst_caps_intersect (capslist, tmpl_caps); in gst_gdk_pixbuf_dec_get_capslist() 135 gst_caps_unref (tmpl_caps); in gst_gdk_pixbuf_dec_get_capslist()
|
/third_party/gstreamer/gstplugins_good/gst/smpte/ |
D | gstsmptealpha.c | 512 GstCaps *result, *tmp_caps, *tmpl_caps = NULL; in gst_smpte_alpha_transform_caps() local 583 tmpl_caps = in gst_smpte_alpha_transform_caps() 586 tmpl_caps = in gst_smpte_alpha_transform_caps() 593 result = gst_caps_intersect (tmp_caps, tmpl_caps); in gst_smpte_alpha_transform_caps() 594 gst_caps_unref (tmpl_caps); in gst_smpte_alpha_transform_caps()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gsttagmux.c | 190 GstCaps *tmpl_caps = gst_pad_template_get_caps (tmpl); in gst_tag_mux_init() local 194 if (tmpl_caps != NULL && gst_caps_is_fixed (tmpl_caps)) { in gst_tag_mux_init() 195 gst_pad_set_caps (mux->priv->srcpad, tmpl_caps); in gst_tag_mux_init()
|
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/ |
D | gstautoconvert.c | 597 GstCaps *tmpl_caps = NULL; in factory_can_intersect() local 612 tmpl_caps = gst_static_caps_get (&template->static_caps); in factory_can_intersect() 613 intersect = gst_caps_can_intersect (tmpl_caps, caps); in factory_can_intersect() 616 " can%s intersect", factory, tmpl_caps, caps, in factory_can_intersect() 618 gst_caps_unref (tmpl_caps); in factory_can_intersect()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 42519 "Takes caps and copies its video fields to tmpl_caps",
|