mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05: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;
|
int res;
|
||||||
|
|
||||||
if (in_thread) {
|
if (in_thread) {
|
||||||
res = func(object, false, seq, data, size, user_data);
|
res = func(&impl->loop, false, seq, data, size, user_data);
|
||||||
} else {
|
} else {
|
||||||
int32_t filled;
|
int32_t filled;
|
||||||
uint32_t avail, idx, offset, l0;
|
uint32_t avail, idx, offset, l0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue