Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlhttpsrc.h183 glong allow_3xx_redirect; /* CURLOPT_FOLLOWLOCATION */ member
Dgstcurlhttpsrc.c558 source->allow_3xx_redirect = g_value_get_boolean (value); in gst_curl_http_src_set_property()
645 g_value_set_boolean (value, source->allow_3xx_redirect); in gst_curl_http_src_get_property()
707 source->allow_3xx_redirect = GSTCURL_HANDLE_DEFAULT_CURLOPT_FOLLOWLOCATION; in gst_curl_http_src_init()
1249 s->allow_3xx_redirect); in gst_curl_http_src_create_easy_handle()