mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pipewire-pulse: add zeroconf module
This commit is contained in:
parent
5c152bab23
commit
170294d7ac
5 changed files with 142 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue