diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2013-07-28 13:27:20 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-07-28 13:27:20 +0200 |
commit | 1cbacffb52da51d9e7f7e62596952621b02474db (patch) | |
tree | 54ada6521956aeab6ec4fd7a0825dd18a77eebb6 /network | |
parent | 7c1b72ef488e98df2f68ab78a3f77e7a4bc65842 (diff) |
network/http-launch: Adjust timeout a bit
Diffstat (limited to 'network')
-rw-r--r-- | network/http-launch/http-launch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/http-launch/http-launch.c b/network/http-launch/http-launch.c index 9b49003..07fbbca 100644 --- a/network/http-launch/http-launch.c +++ b/network/http-launch/http-launch.c @@ -356,7 +356,7 @@ main (gint argc, gchar ** argv) "units-max", (gint64) 7 * GST_SECOND, "units-soft-max", (gint64) 3 * GST_SECOND, "recover-policy", 3 /* keyframe */ , - "timeout", (guint64) 7 * GST_SECOND, + "timeout", (guint64) 10 * GST_SECOND, "sync-method", 1 /* next-keyframe */ , NULL); |