mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
jack: fix awake time
This commit is contained in:
parent
42b4529c4c
commit
b50bd414ab
1 changed files with 1 additions and 1 deletions
|
|
@ -833,7 +833,7 @@ on_rtsocket_condition(void *data, int fd, enum spa_io mask)
|
|||
clock_gettime(CLOCK_MONOTONIC, &ts);
|
||||
nsec = SPA_TIMESPEC_TO_NSEC(&ts);
|
||||
c->activation->status = AWAKE;
|
||||
c->activation->finish_time = nsec;
|
||||
c->activation->awake_time = nsec;
|
||||
|
||||
if (buffer_size != c->buffer_size) {
|
||||
pw_log_info("jack %p: buffersize %d", c, buffer_size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue