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:
Wim Taymans 2019-11-15 12:02:00 +01:00
parent e620412034
commit 18974f90f6
3 changed files with 4 additions and 4 deletions

View file

@ -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));
}