remove deprecate Props settings, use node.param.Props

This commit is contained in:
Wim Taymans 2024-10-08 10:27:36 +02:00
parent fcf366ccc2
commit 1a8a3044fc
3 changed files with 5 additions and 5 deletions

View file

@ -72,7 +72,7 @@ int main(int argc, char *argv[])
SPA_KEY_LIBRARY_NAME, "audiotestsrc/libspa-audiotestsrc",
SPA_KEY_FACTORY_NAME, "audiotestsrc",
PW_KEY_NODE_NAME, "test_source",
"Spa:Pod:Object:Param:Props:live", "false",
"node.param.Props", "{ live = false }",
NULL);
data.source = pw_core_create_object(data.core,
"spa-node-factory",