mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
parent
78aae9cfdc
commit
d9240bb766
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ static void node_port_init(void *data, struct pw_impl_port *port)
|
|||
"playback" : is_monitor ? "monitor" : "capture";
|
||||
else
|
||||
prefix = direction == PW_DIRECTION_INPUT ?
|
||||
"input" : "output";
|
||||
"input" : is_monitor ? "monitor" : "output";
|
||||
|
||||
if ((str = pw_properties_get(old, PW_KEY_AUDIO_CHANNEL)) == NULL ||
|
||||
strcmp(str, "UNK") == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue