summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWouter Cloetens <wouter@mind.be>2008-01-20 05:07:52 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-01-20 05:07:52 +0000
commite1e93d1510fb802851bfcd43c2ed4f04a3c6bffe (patch)
treeb36e2d5df77446cfea398417a3e6f5d396f050d8 /ChangeLog
parent252d4044bf20602c2489243c5f554df9b992d7c4 (diff)
downloadgst-plugins-bad-e1e93d1510fb802851bfcd43c2ed4f04a3c6bffe.tar.gz
gst-plugins-bad-e1e93d1510fb802851bfcd43c2ed4f04a3c6bffe.tar.bz2
gst-plugins-bad-e1e93d1510fb802851bfcd43c2ed4f04a3c6bffe.zip
ext/soup/gstsouphttpsrc.c: Report the size of the stream as the total size instead of the remaining Content-Length, w...
Original commit message from CVS: Patch by: Wouter Cloetens <wouter at mind dot be> * ext/soup/gstsouphttpsrc.c: (soup_got_headers): Report the size of the stream as the total size instead of the remaining Content-Length, which is wrong after a seek.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fe1e004..293a7e5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-01-20 Sebastian Dröge <slomo@circular-chaos.org>
+
+ Patch by: Wouter Cloetens <wouter at mind dot be>
+
+ * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
+ Report the size of the stream as the total size instead of
+ the remaining Content-Length, which is wrong after a seek.
+
2008-01-19 Sebastian Dröge <slomo@circular-chaos.org>
* gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),