mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -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
|
|
@ -256,7 +256,7 @@ int main(int argc, char *argv[])
|
|||
PW_KEY_MEDIA_TYPE, "Video",
|
||||
PW_KEY_MEDIA_CATEGORY, "Capture",
|
||||
PW_KEY_MEDIA_ROLE, "DSP",
|
||||
PW_KEY_NODE_AUTOCONNECT, "1",
|
||||
PW_KEY_NODE_AUTOCONNECT, data.target ? "true" : "false",
|
||||
PW_KEY_NODE_TARGET, data.target,
|
||||
PW_KEY_MEDIA_CLASS, "Stream/Input/Video",
|
||||
NULL),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue