summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-07-28 13:27:20 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-07-28 13:27:20 +0200
commit54e36b9c3e6a05a4399295941c97f6d5ab685ff8 (patch)
treea3e8488a72519c3181820406b356b7d28adeaafe
parentfb5f73d6bc96958101156bba5f5dca54a0d18fc8 (diff)
Adjust timeout a bit
-rw-r--r--http-launch/src/http-launch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/http-launch/src/http-launch.c b/http-launch/src/http-launch.c
index 9b49003..07fbbca 100644
--- a/http-launch/src/http-launch.c
+++ b/http-launch/src/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);