mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
spa-inspect: fix format object detection
This commit is contained in:
parent
5376832676
commit
982fa0c80b
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ inspect_port_params(struct data *data, struct spa_node *node,
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (spa_pod_is_object_id(param, SPA_TYPE_OBJECT_Format))
|
if (spa_pod_is_object_type(param, SPA_TYPE_OBJECT_Format))
|
||||||
spa_debug_format(0, NULL, param);
|
spa_debug_format(0, NULL, param);
|
||||||
else
|
else
|
||||||
spa_debug_pod(0, NULL, param);
|
spa_debug_pod(0, NULL, param);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue