mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
Add core introspection
Use global ids in info messages to refer to global objects.
This commit is contained in:
parent
0d0385b881
commit
8ce3f949e2
10 changed files with 102 additions and 9 deletions
|
|
@ -169,6 +169,11 @@ dump_object (PinosContext *context,
|
|||
uint32_t id,
|
||||
DumpData *data)
|
||||
{
|
||||
if (type == context->uri.core) {
|
||||
pinos_context_get_core_info (context,
|
||||
dump_core_info,
|
||||
data);
|
||||
}
|
||||
if (type == context->uri.node) {
|
||||
pinos_context_get_node_info_by_id (context,
|
||||
id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue