mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pipewire: improve application.name
This commit is contained in:
parent
bf2a6bb1d7
commit
c0a3220228
1 changed files with 2 additions and 2 deletions
|
|
@ -191,7 +191,7 @@ load_handle(struct plugin *plugin,
|
||||||
if ((res = spa_handle_factory_init(factory,
|
if ((res = spa_handle_factory_init(factory,
|
||||||
hnd, info,
|
hnd, info,
|
||||||
support, n_support)) < 0) {
|
support, n_support)) < 0) {
|
||||||
fprintf(stderr, "can't make factory instance: %d\n", res);
|
fprintf(stderr, "can't make factory instance %s: %d\n", factory_name, res);
|
||||||
goto init_failed;
|
goto init_failed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -548,7 +548,7 @@ void pw_fill_remote_properties(struct pw_core *core, struct pw_properties *prope
|
||||||
const char *val;
|
const char *val;
|
||||||
|
|
||||||
if (!pw_properties_get(properties, "application.name"))
|
if (!pw_properties_get(properties, "application.name"))
|
||||||
pw_properties_set(properties, "application.name", pw_get_application_name());
|
pw_properties_set(properties, "application.name", pw_get_client_name());
|
||||||
|
|
||||||
if (!pw_properties_get(properties, "application.prgname"))
|
if (!pw_properties_get(properties, "application.prgname"))
|
||||||
pw_properties_set(properties, "application.prgname", pw_get_prgname());
|
pw_properties_set(properties, "application.prgname", pw_get_prgname());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue