Searched refs:proxy_filter (Results 1 – 3 of 3) sorted by relevance
103 GstCaps *proxy_filter = in __gst_audio_element_proxy_getcaps() local106 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()
105 GstCaps *proxy_filter = in __gst_video_element_proxy_getcaps() local108 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()
1216 GstCaps *caps, *proxy_filter = NULL, *ret; in gst_opus_dec_getcaps() local1219 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()