mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-19 08:57:14 -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
|
|
@ -403,7 +403,7 @@ int main(int argc, char *argv[])
|
|||
data.context = pw_context_new(
|
||||
pw_main_loop_get_loop(data.loop),
|
||||
pw_properties_new(
|
||||
PW_KEY_CORE_DAEMON, "0",
|
||||
PW_KEY_CORE_DAEMON, "false",
|
||||
NULL), 0);
|
||||
|
||||
spa_hook_list_init(&data.hooks);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue