Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstutils.c1095 GstCaps *templcaps; in gst_element_get_compatible_pad() local
1205 templcaps = gst_pad_query_caps (pad, NULL); in gst_element_get_compatible_pad()
1207 GstCaps *inter = gst_caps_intersect (templcaps, caps); in gst_element_get_compatible_pad()
1209 gst_caps_unref (templcaps); in gst_element_get_compatible_pad()
1210 templcaps = inter; in gst_element_get_compatible_pad()
1213 GST_PAD_DIRECTION (pad), GST_PAD_ALWAYS, templcaps); in gst_element_get_compatible_pad()
1214 gst_caps_unref (templcaps); in gst_element_get_compatible_pad()
1342 GstCaps *templcaps = gst_static_caps_get (&template->static_caps); in gst_element_factory_can_accept_all_caps_in_direction() local
1344 if (gst_caps_is_always_compatible (caps, templcaps)) { in gst_element_factory_can_accept_all_caps_in_direction()
1345 gst_caps_unref (templcaps); in gst_element_factory_can_accept_all_caps_in_direction()
[all …]
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtp-payloading.c1532 GstCaps *templcaps, *caps, *filter, *srccaps; in GST_START_TEST() local
1553 templcaps = gst_pad_get_pad_template_caps (sinkpad); in GST_START_TEST()
1557 caps = gst_caps_intersect (templcaps, filter); in GST_START_TEST()
1585 caps = gst_caps_intersect (templcaps, filter); in GST_START_TEST()
1607 gst_caps_unref (templcaps); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtdec.c231 GstCaps *peercaps = NULL, *caps = NULL, *templcaps = NULL, *prevcaps = NULL; in gst_vtdec_negotiate() local
261 templcaps = in gst_vtdec_negotiate()
264 gst_caps_intersect_full (peercaps, templcaps, GST_CAPS_INTERSECT_FIRST); in gst_vtdec_negotiate()
265 gst_caps_unref (templcaps); in gst_vtdec_negotiate()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiodecoder.c2127 GstCaps *caps, *templcaps; in gst_audio_decoder_negotiate_default_caps() local
2136 templcaps = gst_pad_get_pad_template_caps (dec->srcpad); in gst_audio_decoder_negotiate_default_caps()
2137 caps = gst_pad_peer_query_caps (dec->srcpad, templcaps); in gst_audio_decoder_negotiate_default_caps()
2139 gst_caps_unref (templcaps); in gst_audio_decoder_negotiate_default_caps()
2141 caps = templcaps; in gst_audio_decoder_negotiate_default_caps()
2142 templcaps = NULL; in gst_audio_decoder_negotiate_default_caps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c981 GstCaps *caps, *templcaps; in gst_video_decoder_negotiate_default_caps() local
988 templcaps = gst_pad_get_pad_template_caps (decoder->srcpad); in gst_video_decoder_negotiate_default_caps()
989 caps = gst_pad_peer_query_caps (decoder->srcpad, templcaps); in gst_video_decoder_negotiate_default_caps()
991 gst_caps_unref (templcaps); in gst_video_decoder_negotiate_default_caps()
993 caps = templcaps; in gst_video_decoder_negotiate_default_caps()
994 templcaps = NULL; in gst_video_decoder_negotiate_default_caps()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstparsebin.c1803 GstCaps *templcaps = gst_static_caps_get (&templ->static_caps); in connect_pad() local
1805 if (!gst_caps_is_subset (caps, templcaps)) { in connect_pad()
1808 templcaps); in connect_pad()
1809 gst_caps_unref (templcaps); in connect_pad()
1814 gst_caps_unref (templcaps); in connect_pad()
Dgstplaybin3.c3283 GstCaps *templcaps = gst_static_caps_get (&templ->static_caps);
3285 if (!gst_caps_is_any (templcaps)
3286 && gst_caps_is_subset (caps, templcaps)) {
3287 gst_caps_unref (templcaps);
3290 gst_caps_unref (templcaps);
Dgstplaybin2.c4049 GstCaps *templcaps = gst_static_caps_get (&templ->static_caps); in _factory_can_sink_caps() local
4051 if (!gst_caps_is_any (templcaps) in _factory_can_sink_caps()
4052 && gst_caps_is_subset (caps, templcaps)) { in _factory_can_sink_caps()
4053 gst_caps_unref (templcaps); in _factory_can_sink_caps()
4056 gst_caps_unref (templcaps); in _factory_can_sink_caps()
Dgstdecodebin2.c2290 GstCaps *templcaps = gst_static_caps_get (&templ->static_caps); in connect_pad() local
2292 if (!gst_caps_is_subset (caps, templcaps)) { in connect_pad()
2295 templcaps); in connect_pad()
2296 gst_caps_unref (templcaps); in connect_pad()
2301 gst_caps_unref (templcaps); in connect_pad()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.c1084 GstCaps *caps, *templcaps; in gst_base_parse_negotiate_default_caps() local
1089 templcaps = gst_pad_get_pad_template_caps (GST_BASE_PARSE_SRC_PAD (parse)); in gst_base_parse_negotiate_default_caps()
1090 caps = gst_pad_peer_query_caps (GST_BASE_PARSE_SRC_PAD (parse), templcaps); in gst_base_parse_negotiate_default_caps()
1092 gst_caps_unref (templcaps); in gst_base_parse_negotiate_default_caps()
1094 caps = templcaps; in gst_base_parse_negotiate_default_caps()
1095 templcaps = NULL; in gst_base_parse_negotiate_default_caps()
/third_party/gstreamer/gstreamer/
DChangeLog35018 with this fork, we gain a non-allocation of GstCaps *templcaps