mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-14 06:59:57 -05: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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue