mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
jack: improve activate/deactivate
Add the nodes from the RT thread. Handle non-realtime clients, we don't need to signal them do some sort of latency callbacks Don't do callbacks for clients without a handler.
This commit is contained in:
parent
bece3a013b
commit
fca6808419
2 changed files with 58 additions and 17 deletions
|
|
@ -27,6 +27,7 @@ struct jack_client {
|
|||
struct spa_hook node_listener;
|
||||
struct spa_list client_link;
|
||||
bool activated;
|
||||
bool realtime;
|
||||
};
|
||||
|
||||
struct jack_server {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue