mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
audioadapter: emit Latency param changed when follower changed
When the follower port Emits a latency param changed, our reported latency also changes so we need to emit the changed notify.
This commit is contained in:
parent
5a05ee8753
commit
391465d1cd
1 changed files with 0 additions and 1 deletions
|
|
@ -795,7 +795,6 @@ static void follower_port_info(void *data,
|
|||
if (idx == IDX_Latency) {
|
||||
res = recalc_latency(this, direction, port_id);
|
||||
spa_log_debug(this->log, "latency: %d", res);
|
||||
continue;
|
||||
}
|
||||
|
||||
this->info.change_mask |= SPA_NODE_CHANGE_MASK_PARAMS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue