aboutsummaryrefslogtreecommitdiff
path: root/src/QuickMedia.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-06-16 09:51:21 +0200
committerdec05eba <dec05eba@protonmail.com>2021-06-16 09:51:21 +0200
commitc3b6ae0e1fa52fd82e0b18bf44bff6540e7a1555 (patch)
tree026c3f30d8a45458c07ab61d39f0ee3e3bdc2c31 /src/QuickMedia.cpp
parent9908a7dc298cc9c20a99e3423bdb531b86a7eb56 (diff)
Choose another audio source for youtube to workaround freezing after seek
Diffstat (limited to 'src/QuickMedia.cpp')
-rw-r--r--src/QuickMedia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp
index 4265310..646d065 100644
--- a/src/QuickMedia.cpp
+++ b/src/QuickMedia.cpp
@@ -2487,7 +2487,7 @@ namespace QuickMedia {
bool in_seeking = false;
sf::Clock seeking_start_timer;
- const float seeking_restart_timeout_sec = 4.0f; // TODO: Test if this timeout is good on slow hardware such as pinephone and slow internet
+ const float seeking_restart_timeout_sec = 10.0f; // TODO: Test if this timeout is good on slow hardware such as pinephone and slow internet
const int num_load_tries_max = 3;
int load_try = 0;