Searched refs:src_templ_caps (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioutilsprivate.c | 91 GstCaps *templ_caps, *src_templ_caps; in __gst_audio_element_proxy_getcaps() local 101 src_templ_caps = gst_pad_get_pad_template_caps (srcpad); in __gst_audio_element_proxy_getcaps() 104 __gst_audio_element_proxy_caps (element, src_templ_caps, filter); in __gst_audio_element_proxy_getcaps() 112 allowed = gst_caps_intersect_full (peer_caps, src_templ_caps, in __gst_audio_element_proxy_getcaps() 115 gst_caps_unref (src_templ_caps); in __gst_audio_element_proxy_getcaps()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoutilsprivate.c | 93 GstCaps *templ_caps, *src_templ_caps; in __gst_video_element_proxy_getcaps() local 103 src_templ_caps = gst_pad_get_pad_template_caps (srcpad); in __gst_video_element_proxy_getcaps() 106 __gst_video_element_proxy_caps (element, src_templ_caps, filter); in __gst_video_element_proxy_getcaps() 114 allowed = gst_caps_intersect_full (peer_caps, src_templ_caps, in __gst_video_element_proxy_getcaps() 117 gst_caps_unref (src_templ_caps); in __gst_video_element_proxy_getcaps()
|