mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue