diff options
author | Thomas Green <tom78999@gmail.com> | 2007-09-09 19:05:19 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-09-09 19:05:19 +0000 |
commit | ee01676c0d23b8ab0426a14306a1f0d1cefdc750 (patch) | |
tree | 51b9b1ddf7129bd0a5734f32aee3870e0f794cd9 /ChangeLog | |
parent | 30e7dc80a2f6cbc5aab609b97a4dcac286df5595 (diff) | |
download | gst-plugins-bad-ee01676c0d23b8ab0426a14306a1f0d1cefdc750.tar.gz gst-plugins-bad-ee01676c0d23b8ab0426a14306a1f0d1cefdc750.tar.bz2 gst-plugins-bad-ee01676c0d23b8ab0426a14306a1f0d1cefdc750.zip |
ext/neon/gstneonhttpsrc.c: With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO flag if we want ICY streams to b...
Original commit message from CVS:
Patch by: Thomas Green <tom78999 gmail com>
* ext/neon/gstneonhttpsrc.c:
With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO
flag if we want ICY streams to be handled too, otherwise
libneon will error out with a 'can't parse reponse' error.
Fixes #474696.
* tests/check/elements/neonhttpsrc.c:
Unit test for the above by Yours Truly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2007-09-09 Tim-Philipp Müller <tim at centricular dot net> + Patch by: Thomas Green <tom78999 gmail com> + + * ext/neon/gstneonhttpsrc.c: + With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO + flag if we want ICY streams to be handled too, otherwise + libneon will error out with a 'can't parse reponse' error. + Fixes #474696. + + * tests/check/elements/neonhttpsrc.c: + Unit test for the above by Yours Truly. + +2007-09-09 Tim-Philipp Müller <tim at centricular dot net> + * configure.ac: Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the xvid configure checks, so they still work when cross-compiling. |