Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlhttpsink.c186 sink->proxy_headers_set = FALSE; in gst_curl_http_sink_init()
329 if (!sink->proxy_headers_set && sink->use_proxy) { in gst_curl_http_sink_set_header_unlocked()
332 sink->proxy_headers_set = TRUE; in gst_curl_http_sink_set_header_unlocked()
Dgstcurlhttpsink.h55 gboolean proxy_headers_set; member