pipewire-pulse: add zeroconf module

This commit is contained in:
Wim Taymans 2021-05-14 11:39:44 +02:00
parent 5c152bab23
commit 170294d7ac
5 changed files with 142 additions and 1 deletions

View file

@ -479,7 +479,7 @@ int pipewire__module_init(struct pw_impl_module *module, const char *args)
pw_log_debug("module %p: new %s", impl, args);
if (args)
if (args == NULL)
args = "";
props = pw_properties_new_string(args);