mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +00:00
network/http-launch: Adjust timeout a bit
This commit is contained in:
parent
7c1b72ef48
commit
1cbacffb52
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue