jack: always emit buffer frames after activate

This seems to be what JACK2 does as well.
This commit is contained in:
Wim Taymans 2023-09-12 15:51:02 +02:00
parent c8c2f5902c
commit 42b23bddc3

View file

@ -4152,6 +4152,9 @@ int jack_activate (jack_client_t *client)
pw_thread_loop_lock(c->context.loop);
freeze_callbacks(c);
/* reemit buffer_frames */
c->buffer_frames = 0;
pw_data_loop_start(c->loop);
if ((res = do_activate(c)) < 0)