mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
Use pa_* instead of generic functions to improve portability
This commit is contained in:
parent
f2a9fd779e
commit
aebf66bef6
4 changed files with 15 additions and 14 deletions
|
|
@ -51,7 +51,7 @@ static void consumer(void *_q) {
|
|||
void *p;
|
||||
int i;
|
||||
|
||||
sleep(1);
|
||||
pa_msleep(1000);
|
||||
|
||||
for (i = 0;; i++) {
|
||||
p = pa_asyncq_pop(q, TRUE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue