mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-17 22:05:38 -05:00
parent
56786aedc4
commit
b094057b0b
12 changed files with 20 additions and 13 deletions
|
|
@ -697,7 +697,7 @@ static void stream_param_changed(void *d, uint32_t id, const struct spa_pod *par
|
|||
update_delay(s->impl);
|
||||
break;
|
||||
case SPA_PARAM_Latency:
|
||||
if (!param) {
|
||||
if (param == NULL) {
|
||||
s->have_latency = false;
|
||||
} else if (spa_latency_parse(param, &latency) == 0 &&
|
||||
latency.direction == get_combine_direction(s->impl)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue