mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-07-02 00:06:09 -04:00
milan-avb: pace the talker flush timer on the RT data loop
This commit is contained in:
parent
895e3a4fa1
commit
5fe0a7e575
3 changed files with 49 additions and 18 deletions
|
|
@ -40,6 +40,7 @@ struct avb_transport_ops {
|
|||
|
||||
struct impl {
|
||||
struct pw_loop *loop;
|
||||
struct pw_loop *data_loop; /* RT (SCHED_FIFO) loop for talker egress pacing */
|
||||
struct pw_timer_queue *timer_queue;
|
||||
struct pw_context *context;
|
||||
struct spa_hook context_listener;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue