mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Revert "media-session: use direction to find the node by name"
This reverts commit b0068fd46b.
It breaks recording from monitor ports.
This commit is contained in:
parent
669fbf10c1
commit
0ba9402d4b
2 changed files with 4 additions and 6 deletions
|
|
@ -1854,7 +1854,7 @@ static int link_nodes(struct impl *impl, struct endpoint_link *link,
|
|||
|
||||
inport = find_input_port(impl, outnode, outport, innode);
|
||||
if (inport == NULL) {
|
||||
pw_log_debug(NAME" %p: port %d:%d can't be linked, no input port", impl,
|
||||
pw_log_debug(NAME" %p: port %d:%d can't be linked", impl,
|
||||
outport->direction, outport->obj.id);
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue