13
0

Amend 3a7ea6b, do not kill child after 10 sec w/o output

This fixes video-timeline issues (harvid has no output), as well
as ALSA device reservation and xjadeo (when idle).
This commit is contained in:
Robin Gareus 2021-06-08 23:18:37 +02:00
parent cc104d3fd3
commit 0e570d15ae
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -844,7 +844,7 @@ SystemExec::output_interposer ()
pfd.fd = rfd;
pfd.events = POLLIN|POLLERR|POLLHUP;
int rv = poll (&pfd, 1, 10000);
int rv = poll (&pfd, 1, -1);
if (rv == -1) {
break;