From e63b9b56bf433dec2151841aa3dc169b094e092c Mon Sep 17 00:00:00 2001 From: Wouter Cloetens Date: Fri, 22 Feb 2008 07:20:03 +0000 Subject: Implement zero-copy and make the buffer size configurable. Original commit message from CVS: Patch by: Wouter Cloetens * 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. --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common b/common index 2a19465f..135628f1 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 2a19465fdb43a75f4d32950fd2beb1beb950eec2 +Subproject commit 135628f16d422584d3454fb9c9805e7be25760a1 -- cgit