mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-03 18:28:01 +02:00
m-default-nodes: properly parse args
This commit is contained in:
parent
f0830e5a7d
commit
a65f3bb44e
1 changed files with 2 additions and 1 deletions
|
|
@ -346,7 +346,8 @@ wireplumber__module_init (WpCore * core, GVariant * args, GError ** error)
|
|||
|
||||
if (args) {
|
||||
g_variant_lookup (args, "save-interval-ms", "u", &save_interval_ms);
|
||||
g_variant_lookup (args, "use-persistent-storage", "b", &save_interval_ms);
|
||||
g_variant_lookup (args, "use-persistent-storage", "b",
|
||||
&use_persistent_storage);
|
||||
}
|
||||
|
||||
wp_plugin_register (g_object_new (wp_default_nodes_get_type (),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue