diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-09-28 11:07:34 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-09-28 11:07:34 +0000 |
commit | 3864c6112af0846a1e34d6897419dccb63e07fbd (patch) | |
tree | 8c2f78e27c629f3c68eb28f4eda27519846882d2 /ChangeLog | |
parent | e9bedf4926c9d8f2e7427486947d533542959269 (diff) | |
download | gst-plugins-bad-3864c6112af0846a1e34d6897419dccb63e07fbd.tar.gz gst-plugins-bad-3864c6112af0846a1e34d6897419dccb63e07fbd.tar.bz2 gst-plugins-bad-3864c6112af0846a1e34d6897419dccb63e07fbd.zip |
ext/neon/gstneonhttpsrc.c: Now that we require libneon >= 0.26 remove the neon 0.25 backward compatibility stuff. Als...
Original commit message from CVS:
* ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy),
(gst_neonhttp_src_send_request_and_redirect):
Now that we require libneon >= 0.26 remove the neon 0.25 backward
compatibility stuff. Also fix the default location.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-09-28 Sebastian Dröge <slomo@circular-chaos.org> + + * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy), + (gst_neonhttp_src_send_request_and_redirect): + Now that we require libneon >= 0.26 remove the neon 0.25 backward + compatibility stuff. Also fix the default location. + 2007-09-28 Wim Taymans <wim.taymans@gmail.com> * configure.ac: |