summaryrefslogtreecommitdiffstats
path: root/ext/neon/gstneonhttpsrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/neon/gstneonhttpsrc.h')
-rw-r--r--ext/neon/gstneonhttpsrc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/neon/gstneonhttpsrc.h b/ext/neon/gstneonhttpsrc.h
index 2f5fc4d8..f5f759e4 100644
--- a/ext/neon/gstneonhttpsrc.h
+++ b/ext/neon/gstneonhttpsrc.h
@@ -48,7 +48,7 @@ struct _GstNeonhttpSrc {
ne_session *session;
ne_request *request;
ne_uri uri;
- gchar *uristr;
+ gchar *location;
ne_uri proxy;
gchar *user_agent;
@@ -65,10 +65,10 @@ struct _GstNeonhttpSrc {
gint icy_metaint;
/* enable Neon HTTP redirects (HTTP 302 status code) */
- gboolean neon_http_redirect;
+ gboolean automatic_redirect;
/* enable Neon HTTP debug messages */
- gboolean neon_http_msgs_dbg;
+ gboolean neon_http_debug;
gint64 read_position;
gboolean seekable;