configure.ac: Bump libsoup requirement as libsoup does not support async client opera...
authorWouter Cloetens <wouter@mind.be>
Thu, 29 Nov 2007 10:49:18 +0000 (10:49 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 29 Nov 2007 10:49:18 +0000 (10:49 +0000)
commite4fd51a209713e6115e5ffa089f1a3a8a4ea8522
treebd1255741b26c50872b663ba96439b9d4d234257
parentb3c5184b6f8310e1a7733f3f31fa5c64fba78f1e
configure.ac: Bump libsoup requirement as libsoup does not support async client operation prior to version 2.2.104 an...

Original commit message from CVS:
Patch by: Wouter Cloetens <wouter at mind dot be>
* configure.ac:
Bump libsoup requirement as libsoup does not support async client
operation prior to version 2.2.104 and it has some leaks.
* ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
(gst_souphttp_src_init), (gst_souphttp_src_dispose),
(gst_souphttp_src_set_property), (gst_souphttp_src_create),
(gst_souphttp_src_start), (gst_souphttp_src_stop),
(gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
(gst_souphttp_src_get_size), (soup_got_headers), (soup_got_body),
(soup_finished), (soup_got_chunk), (soup_response),
(soup_session_close):
* ext/soup/gstsouphttpsrc.h:
Implement unlock().
Picks up the size from the Content-Length header and emit a duration
message.
Don't leak the GMainContext object.
Fixes #500099.
ext/soup/gstsouphttpsrc.c
ext/soup/gstsouphttpsrc.h