mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
port: fix compilation
This commit is contained in:
parent
e68139079d
commit
b7f249c389
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ static void update_info(struct pw_impl_port *port, const struct spa_port_info *i
|
||||||
if (info->props) {
|
if (info->props) {
|
||||||
update_properties(port, info->props);
|
update_properties(port, info->props);
|
||||||
} else {
|
} else {
|
||||||
pw_log_warn(NAME" %p: port PROPS update but no properties");
|
pw_log_warn(NAME" %p: port PROPS update but no properties", port);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (info->change_mask & SPA_PORT_CHANGE_MASK_PARAMS) {
|
if (info->change_mask & SPA_PORT_CHANGE_MASK_PARAMS) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue