summaryrefslogtreecommitdiffstats
path: root/ext/neon/gstneonhttpsrc.h
diff options
context:
space:
mode:
authorWouter Cloetens <wouter@mind.be>2007-09-28 09:29:09 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-09-28 09:29:09 +0000
commitde5d4c63133e7fd3563af287a68ad2f8c261f195 (patch)
tree5ee76a27118639f287eb2ffc7d4d3c795386a406 /ext/neon/gstneonhttpsrc.h
parent77e7c4aaddc9714651fe9cb4d86f760170f6564d (diff)
downloadgst-plugins-bad-de5d4c63133e7fd3563af287a68ad2f8c261f195.tar.gz
gst-plugins-bad-de5d4c63133e7fd3563af287a68ad2f8c261f195.tar.bz2
gst-plugins-bad-de5d4c63133e7fd3563af287a68ad2f8c261f195.zip
ext/neon/gstneonhttpsrc.*: Don't discard GET parameters from URL if existing.
Original commit message from CVS: Patch by: Wouter Cloetens <wouter@mind.be> * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_dispose), (gst_neonhttp_src_set_location), (gst_neonhttp_src_send_request_and_redirect): * ext/neon/gstneonhttpsrc.h: Don't discard GET parameters from URL if existing. Fixes #481200.
Diffstat (limited to 'ext/neon/gstneonhttpsrc.h')
-rw-r--r--ext/neon/gstneonhttpsrc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/neon/gstneonhttpsrc.h b/ext/neon/gstneonhttpsrc.h
index f5f759e4..68383485 100644
--- a/ext/neon/gstneonhttpsrc.h
+++ b/ext/neon/gstneonhttpsrc.h
@@ -49,6 +49,7 @@ struct _GstNeonhttpSrc {
ne_request *request;
ne_uri uri;
gchar *location;
+ gchar *query_string;
ne_uri proxy;
gchar *user_agent;