mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
loop: pass loop as first argument in function
This commit is contained in:
parent
0af87d2685
commit
37b57caf11
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ loop_invoke(void *object,
|
|||
int res;
|
||||
|
||||
if (in_thread) {
|
||||
res = func(object, false, seq, data, size, user_data);
|
||||
res = func(&impl->loop, false, seq, data, size, user_data);
|
||||
} else {
|
||||
int32_t filled;
|
||||
uint32_t avail, idx, offset, l0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue