jack: add another node name fallback

Use the object-path as a fallback name for the node.
This commit is contained in:
Wim Taymans 2025-03-14 13:28:48 +01:00
parent 4e421e0012
commit 4ffa82b590

View file

@ -3746,6 +3746,8 @@ static void registry_event_global(void *data, uint32_t id,
} }
if (str == NULL) if (str == NULL)
str = node_name; str = node_name;
if (str == NULL)
str = spa_dict_lookup(props, PW_KEY_OBJECT_PATH);
if (str == NULL) if (str == NULL)
str = "node"; str = "node";