mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
use true and false for boolean properties
So that it's easier to convert them to booleans in introspection code later.
This commit is contained in:
parent
b60d7bf2bc
commit
c4b2be2aad
16 changed files with 28 additions and 28 deletions
|
|
@ -127,8 +127,8 @@ static void node_port_init(void *data, struct pw_impl_port *port)
|
|||
}
|
||||
if (direction == n->direction) {
|
||||
if (is_device) {
|
||||
pw_properties_set(new, PW_KEY_PORT_PHYSICAL, "1");
|
||||
pw_properties_set(new, PW_KEY_PORT_TERMINAL, "1");
|
||||
pw_properties_set(new, PW_KEY_PORT_PHYSICAL, "true");
|
||||
pw_properties_set(new, PW_KEY_PORT_TERMINAL, "true");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue