implement alsa capture with timers

Add timer based alsa capture support
Improve format negotiation in alsa
Better track buffer owner in the links
This commit is contained in:
Wim Taymans 2017-03-30 17:30:28 +02:00
parent 73ec9e2d24
commit 7b8bb8da6b
10 changed files with 190 additions and 337 deletions

View file

@ -611,6 +611,10 @@ again:
asprintf (error, "error node state");
goto error;
}
if (format == NULL) {
asprintf (error, "error get format");
goto error;
}
return format;
error: