mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pipewire-pulse: set description for ladspa sources
This commit is contained in:
parent
f00ec34787
commit
bb2f637839
1 changed files with 1 additions and 0 deletions
|
|
@ -184,6 +184,7 @@ struct module *create_module_ladspa_source(struct impl *impl, const char *argume
|
||||||
|
|
||||||
if ((str = pw_properties_get(props, "source_name")) != NULL) {
|
if ((str = pw_properties_get(props, "source_name")) != NULL) {
|
||||||
pw_properties_set(props, PW_KEY_NODE_NAME, str);
|
pw_properties_set(props, PW_KEY_NODE_NAME, str);
|
||||||
|
pw_properties_set(props, PW_KEY_NODE_DESCRIPTION, str);
|
||||||
pw_properties_set(props, "source_name", NULL);
|
pw_properties_set(props, "source_name", NULL);
|
||||||
}
|
}
|
||||||
if ((str = pw_properties_get(props, "source_properties")) != NULL) {
|
if ((str = pw_properties_get(props, "source_properties")) != NULL) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue