summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWouter Cloetens <wouter@mind.be>2008-02-22 07:20:03 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-02-22 07:20:03 +0000
commitfbcd082d9c736d4be9d0b35bc92402cc5a016fdd (patch)
tree898ae10059fdd7cbc236682bef99cc7d1cb10b52 /ChangeLog
parentb4ec0f41568d28f58f41ee1abcb823432126cf5d (diff)
downloadgst-plugins-bad-fbcd082d9c736d4be9d0b35bc92402cc5a016fdd.tar.gz
gst-plugins-bad-fbcd082d9c736d4be9d0b35bc92402cc5a016fdd.tar.bz2
gst-plugins-bad-fbcd082d9c736d4be9d0b35bc92402cc5a016fdd.zip
Implement zero-copy and make the buffer size configurable.
Original commit message from CVS: Patch by: Wouter Cloetens <wouter at mind dot be> * configure.ac: * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_cancel_message), (gst_soup_http_src_finished_cb), (gst_soup_http_src_chunk_free), (gst_soup_http_src_chunk_allocator), (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_create), (gst_soup_http_src_start), (gst_soup_http_src_set_proxy): * ext/soup/gstsouphttpsrc.h: Implement zero-copy and make the buffer size configurable. Prefix proxy URIs with "http://" if they don't start with it already and catch errors earlier, fixes hanging in some situations. Fixes bug #514948.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77e63852..14f0fb4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
+ Patch by: Wouter Cloetens <wouter at mind dot be>
+
+ * configure.ac:
+ * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_cancel_message),
+ (gst_soup_http_src_finished_cb), (gst_soup_http_src_chunk_free),
+ (gst_soup_http_src_chunk_allocator),
+ (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_create),
+ (gst_soup_http_src_start), (gst_soup_http_src_set_proxy):
+ * ext/soup/gstsouphttpsrc.h:
+ Implement zero-copy and make the buffer size configurable.
+ Prefix proxy URIs with "http://" if they don't start with it
+ already and catch errors earlier, fixes hanging in some situations.
+ Fixes bug #514948.
+
+2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
+
* tests/check/gst-plugins-bad.supp:
Add suppressions for SoundTouch valgrind warnings and
a valgrind warning caused by the LADSPA sine plugin and