mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
pod: descend in array type if possible
This commit is contained in:
parent
7c5cb5a281
commit
3ac2bc0ad2
2 changed files with 2 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ spa_debug_pod_value(int indent, const struct spa_type_info *info,
|
|||
spa_debug("%*s" "Array: child.size %d, child.type %s", indent, "",
|
||||
b->child.size, ti ? ti->name : "unknown");
|
||||
|
||||
info = info && info->values ? info->values : info;
|
||||
SPA_POD_ARRAY_BODY_FOREACH(b, size, p)
|
||||
spa_debug_pod_value(indent + 2, info, b->child.type, p, b->child.size);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue