mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
examples: use PW_KEY_TARGET_OBJECT
In examples, tell people how to use target.object.
This commit is contained in:
parent
de65fd442f
commit
ca87d40448
16 changed files with 94 additions and 65 deletions
|
|
@ -93,7 +93,7 @@ static int make_node(struct data *data)
|
|||
|
||||
if (data->path) {
|
||||
pw_properties_set(props, PW_KEY_NODE_AUTOCONNECT, "true");
|
||||
pw_properties_set(props, PW_KEY_NODE_TARGET, data->path);
|
||||
pw_properties_set(props, PW_KEY_TARGET_OBJECT, data->path);
|
||||
}
|
||||
|
||||
data->proxy = pw_core_export(data->core,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue