diff options
author | Wouter Cloetens <wouter@mind.be> | 2008-01-20 05:07:52 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-20 05:07:52 +0000 |
commit | e1e93d1510fb802851bfcd43c2ed4f04a3c6bffe (patch) | |
tree | b36e2d5df77446cfea398417a3e6f5d396f050d8 /ChangeLog | |
parent | 252d4044bf20602c2489243c5f554df9b992d7c4 (diff) | |
download | gst-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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), |