mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
improve application name
This commit is contained in:
parent
ec5b9b26df
commit
e098dde0a3
3 changed files with 3 additions and 3 deletions
|
|
@ -257,7 +257,7 @@ main (gint argc, gchar *argv[])
|
|||
|
||||
loop = g_main_loop_new (NULL, FALSE);
|
||||
|
||||
c = pinos_context_new (NULL, "test-client", NULL);
|
||||
c = pinos_context_new (NULL, "pinos-monitor", NULL);
|
||||
g_signal_connect (c, "notify::state", (GCallback) on_state_notify, c);
|
||||
g_object_set (c, "subscription-mask", PINOS_SUBSCRIPTION_FLAGS_ALL, NULL);
|
||||
g_signal_connect (c, "subscription-event", (GCallback) subscription_cb, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue