souphttpsrc: proxy resolver is on by default

Remove from the session creation parameters
This commit is contained in:
Thiago Santos 2016-05-14 12:43:54 -03:00
parent 9b52a5b9af
commit 075a6260fd

View file

@ -910,7 +910,6 @@ gst_soup_http_src_session_open (GstSoupHTTPSrc * src)
soup_session_new_with_options (SOUP_SESSION_USER_AGENT,
src->user_agent, SOUP_SESSION_TIMEOUT, src->timeout,
SOUP_SESSION_SSL_STRICT, src->ssl_strict,
SOUP_SESSION_ADD_FEATURE_BY_TYPE, SOUP_TYPE_PROXY_RESOLVER_DEFAULT,
SOUP_SESSION_TLS_INTERACTION, src->tls_interaction, NULL);
} else {
src->session =