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

@ -142,8 +142,8 @@ spa_debug_pod_value(int indent, const struct spa_type_info *info,
SPA_POD_OBJECT_BODY_FOREACH(b, size, p) {
ii = spa_debug_type_find(info, p->key);
spa_debug("%*s" "Prop: key %s (%d), context %d", indent+2, "",
ii ? ii->name : "unknown", p->key, p->context);
spa_debug("%*s" "Prop: key %s (%d), flags %08x", indent+2, "",
ii ? ii->name : "unknown", p->key, p->flags);
spa_debug_pod_value(indent + 4, ii ? ii->values : NULL,
p->value.type,