Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioutilsprivate.c103 GstCaps *proxy_filter = in __gst_audio_element_proxy_getcaps() local
106 peer_caps = gst_pad_peer_query_caps (srcpad, proxy_filter); in __gst_audio_element_proxy_getcaps()
107 gst_caps_unref (proxy_filter); in __gst_audio_element_proxy_getcaps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoutilsprivate.c105 GstCaps *proxy_filter = in __gst_video_element_proxy_getcaps() local
108 peer_caps = gst_pad_peer_query_caps (srcpad, proxy_filter); in __gst_video_element_proxy_getcaps()
109 gst_caps_unref (proxy_filter); in __gst_video_element_proxy_getcaps()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusdec.c1216 GstCaps *caps, *proxy_filter = NULL, *ret; in gst_opus_dec_getcaps() local
1219 proxy_filter = gst_caps_copy (filter); in gst_opus_dec_getcaps()
1220 gst_opus_dec_caps_extend_channels_options (proxy_filter); in gst_opus_dec_getcaps()
1221 gst_opus_dec_caps_extend_rate_options (proxy_filter); in gst_opus_dec_getcaps()
1223 caps = gst_audio_decoder_proxy_getcaps (dec, NULL, proxy_filter); in gst_opus_dec_getcaps()
1224 if (proxy_filter) in gst_opus_dec_getcaps()
1225 gst_caps_unref (proxy_filter); in gst_opus_dec_getcaps()