mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
jack: call buffer_size callback right after activate
Some jack clients expect this callback right after activate. Should fix jackaudiosink in gstreamer.
This commit is contained in:
parent
65d72bb87c
commit
bcdd47273d
1 changed files with 2 additions and 0 deletions
|
|
@ -2480,6 +2480,8 @@ int jack_activate (jack_client_t *client)
|
||||||
c->activation->pending_sync = true;
|
c->activation->pending_sync = true;
|
||||||
c->active = true;
|
c->active = true;
|
||||||
|
|
||||||
|
check_buffer_frames(c);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue