From 2d4ecaf85d6bb5a5c78ee36d8fb11d59c4935aa0 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 4 Dec 2018 13:38:58 +0100 Subject: [PATCH] introspect: use right client property --- src/introspect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/introspect.c b/src/introspect.c index 7ccf44b35..55716e147 100644 --- a/src/introspect.c +++ b/src/introspect.c @@ -98,7 +98,7 @@ static void client_event_info(void *object, struct pw_client_info *info) else i->proplist = pa_proplist_new_dict(info->props); i->name = info->props ? - spa_dict_lookup(info->props, "application.prgname") : NULL; + spa_dict_lookup(info->props, "application.name") : NULL; i->driver = info->props ? spa_dict_lookup(info->props, PW_CLIENT_PROP_PROTOCOL) : NULL; }