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:
parent
cc104d3fd3
commit
0e570d15ae
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user