diff options
author | Wouter Cloetens <wouter@mind.be> | 2007-09-28 09:29:09 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-09-28 09:29:09 +0000 |
commit | de5d4c63133e7fd3563af287a68ad2f8c261f195 (patch) | |
tree | 5ee76a27118639f287eb2ffc7d4d3c795386a406 /ext/neon/gstneonhttpsrc.h | |
parent | 77e7c4aaddc9714651fe9cb4d86f760170f6564d (diff) | |
download | gst-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.h | 1 |
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; |