mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
remove property flags
Remove the property flags, we will add info about properties with the param interface.
This commit is contained in:
parent
2ebc65728c
commit
940c8645d3
6 changed files with 8 additions and 36 deletions
|
|
@ -204,8 +204,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, flags %08x", indent+2, "",
|
||||
ii ? ii->name : "unknown", p->flags);
|
||||
spa_debug("%*s" "Prop: key %s, context %d", indent+2, "",
|
||||
ii ? ii->name : "unknown", p->context);
|
||||
|
||||
spa_debug_pod_value(indent + 4, ii->values,
|
||||
p->value.type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue