mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pipewire-pulse: set description
Some applications like TeamSpeak crash when this isn't set.
This commit is contained in:
parent
77a4ae380e
commit
01875ad223
1 changed files with 1 additions and 0 deletions
|
|
@ -327,6 +327,7 @@ static int module_combine_sink_load(struct client *client, struct module *module
|
|||
|
||||
props = pw_properties_new(NULL, NULL);
|
||||
pw_properties_set(props, PW_KEY_NODE_NAME, data->sink_name);
|
||||
pw_properties_set(props, PW_KEY_NODE_DESCRIPTION, data->sink_name);
|
||||
pw_properties_set(props, PW_KEY_MEDIA_CLASS, "Audio/Sink");
|
||||
pw_properties_setf(props, PW_KEY_NODE_GROUP, "combine_sink-%u", data->module->idx);
|
||||
pw_properties_set(props, PW_KEY_NODE_VIRTUAL, "true");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue