mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
remove deprecate Props settings, use node.param.Props
This commit is contained in:
parent
fcf366ccc2
commit
1a8a3044fc
3 changed files with 5 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue