mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-20 08:56:56 -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
|
|
@ -469,8 +469,8 @@ static void make_node(struct data *data)
|
|||
{
|
||||
struct pw_properties *props;
|
||||
|
||||
props = pw_properties_new(PW_KEY_NODE_AUTOCONNECT, "1",
|
||||
PW_KEY_NODE_EXCLUSIVE, "1",
|
||||
props = pw_properties_new(PW_KEY_NODE_AUTOCONNECT, "true",
|
||||
PW_KEY_NODE_EXCLUSIVE, "true",
|
||||
PW_KEY_MEDIA_TYPE, "Audio",
|
||||
PW_KEY_MEDIA_CATEGORY, "Playback",
|
||||
PW_KEY_MEDIA_ROLE, "Music",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue