mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
stream: handle endpoint-target for streams
This commit is contained in:
parent
7bce1762de
commit
4ccbce9932
5 changed files with 27 additions and 20 deletions
|
|
@ -456,7 +456,7 @@ static int rescan_endpoint(struct impl *impl, struct endpoint *ep)
|
|||
return -EINVAL;
|
||||
}
|
||||
|
||||
str = spa_dict_lookup(props, PW_KEY_NODE_TARGET);
|
||||
str = spa_dict_lookup(props, PW_KEY_ENDPOINT_TARGET);
|
||||
if (str != NULL)
|
||||
find.path_id = atoi(str);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue