diff options
author | Wouter Cloetens <wouter@mind.be> | 2008-03-13 09:45:09 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-03-13 09:45:09 +0000 |
commit | 601db48c7cacbbfff279ce9ee39f7a7af4d0ef42 (patch) | |
tree | fbacb1cf381ee500cc46625fa42bad50a92eb15c /ext/soup/gstsouphttpsrc.h | |
parent | c6e4eec3dbd9342f0f6ac88771d341d25e9f8dfd (diff) | |
download | gst-plugins-bad-601db48c7cacbbfff279ce9ee39f7a7af4d0ef42.tar.gz gst-plugins-bad-601db48c7cacbbfff279ce9ee39f7a7af4d0ef42.tar.bz2 gst-plugins-bad-601db48c7cacbbfff279ce9ee39f7a7af4d0ef42.zip |
ext/soup/gstsouphttpsrc.*: Try to resume on server disconnect. Fixes bug #522134.
Original commit message from CVS:
Patch by: Wouter Cloetens <wouter at mind dot be>
* ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_init),
(gst_soup_http_src_finished_cb), (gst_soup_http_src_response_cb),
(gst_soup_http_src_build_message), (gst_soup_http_src_create):
* ext/soup/gstsouphttpsrc.h:
Try to resume on server disconnect. Fixes bug #522134.
Diffstat (limited to 'ext/soup/gstsouphttpsrc.h')
-rw-r--r-- | ext/soup/gstsouphttpsrc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/soup/gstsouphttpsrc.h b/ext/soup/gstsouphttpsrc.h index 5bad737d..f959a4f1 100644 --- a/ext/soup/gstsouphttpsrc.h +++ b/ext/soup/gstsouphttpsrc.h @@ -61,6 +61,7 @@ struct _GstSoupHTTPSrc { GstFlowReturn ret; /* Return code from callback. */ GstBuffer **outbuf; /* Return buffer allocated by callback. */ gboolean interrupted; /* Signal unlock(). */ + gboolean retry; /* Should attempt to reconnect. */ gboolean have_size; /* Received and parsed Content-Length header. */ |