summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-12-12 12:46:23 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-12-12 12:46:23 +0000
commit9e71250a69ece783fddcc98d0a324b02d4c4e0ac (patch)
tree2fa4a1bf4b262aba9beb76546a416c0e23fa7e57 /ChangeLog
parent9a2781a64fe7194b532be6198af00829c18e3c87 (diff)
downloadgst-plugins-bad-9e71250a69ece783fddcc98d0a324b02d4c4e0ac.tar.gz
gst-plugins-bad-9e71250a69ece783fddcc98d0a324b02d4c4e0ac.tar.bz2
gst-plugins-bad-9e71250a69ece783fddcc98d0a324b02d4c4e0ac.zip
ext/neon/gstneonhttpsrc.c: Set offset on buffers pushed out (id3demux gets confused if the first buffer does not have...
Original commit message from CVS: * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create), (send_request_and_redirect): Set offset on buffers pushed out (id3demux gets confused if the first buffer does not have an offset of 0). Fixes #384140.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b894edd..b6f38cb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-12-12 Tim-Philipp Müller <tim at centricular dot net>
+ * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
+ (send_request_and_redirect):
+ Set offset on buffers pushed out (id3demux gets confused if the
+ first buffer does not have an offset of 0). Fixes #384140.
+
+2006-12-12 Tim-Philipp Müller <tim at centricular dot net>
+
* ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
(gst_neonhttp_src_create), (send_request_and_redirect),
(gst_neonhttp_src_start), (oom_callback):