mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
parent
da86e6fbe1
commit
1cd4655883
1 changed files with 4 additions and 1 deletions
|
|
@ -817,6 +817,9 @@ void jack_get_version(int *major_ptr, int *minor_ptr, int *micro_ptr, int *proto
|
||||||
res = c->callback(__VA_ARGS__); \
|
res = c->callback(__VA_ARGS__); \
|
||||||
c->rt_locked = false; \
|
c->rt_locked = false; \
|
||||||
pthread_mutex_unlock(&c->rt_lock); \
|
pthread_mutex_unlock(&c->rt_lock); \
|
||||||
|
} else { \
|
||||||
|
pw_log_debug("skip " #callback \
|
||||||
|
" cb:%p", c->callback); \
|
||||||
} \
|
} \
|
||||||
} \
|
} \
|
||||||
res; \
|
res; \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue