mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
data-loop: add method to set custom thread-utils
So that the thread creation can be switched for this data loop.
This commit is contained in:
parent
90d755ab4c
commit
2180b6aa17
3 changed files with 30 additions and 2 deletions
|
|
@ -483,6 +483,8 @@ struct pw_data_loop {
|
|||
|
||||
struct spa_hook_list listener_list;
|
||||
|
||||
struct spa_thread_utils *thread_utils;
|
||||
|
||||
pthread_t thread;
|
||||
unsigned int cancel:1;
|
||||
unsigned int created:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue