mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
pod: rename context to flags in spa_pod_prop
Flags are more useful when we can use them to describe how to filter properties later.
This commit is contained in:
parent
e620412034
commit
18974f90f6
3 changed files with 4 additions and 4 deletions
|
|
@ -810,7 +810,7 @@ static int process_control(struct impl *this, struct spa_pod_sequence *control)
|
|||
if ((control_id = prop_to_control_id(prop->key)) == 0)
|
||||
continue;
|
||||
|
||||
port = GET_OUT_PORT(this, prop->context);
|
||||
port = GET_OUT_PORT(this, 0);
|
||||
set_control(this, port, control_id,
|
||||
SPA_POD_VALUE(struct spa_pod_float, &prop->value));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue