Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasetransform.c632 GstCaps *templ, *otempl; in gst_base_transform_query_caps() local
637 otempl = gst_pad_get_pad_template_caps (otherpad); in gst_base_transform_query_caps()
658 GST_DEBUG_OBJECT (pad, "our template %" GST_PTR_FORMAT, otempl); in gst_base_transform_query_caps()
661 gst_caps_intersect_full (peerfilter, otempl, in gst_base_transform_query_caps()
690 GST_DEBUG_OBJECT (pad, "our template %" GST_PTR_FORMAT, otempl); in gst_base_transform_query_caps()
691 temp = gst_caps_intersect_full (peercaps, otempl, GST_CAPS_INTERSECT_FIRST); in gst_base_transform_query_caps()
694 temp = gst_caps_ref (otempl); in gst_base_transform_query_caps()
740 gst_caps_unref (otempl); in gst_base_transform_query_caps()
1247 GstCaps *templ, *otempl, *ocaps = NULL; in gst_base_transform_acceptcaps_default() local
1262 otempl = gst_pad_get_pad_template_caps (otherpad); in gst_base_transform_acceptcaps_default()
[all …]