pipewire/src
Wim Taymans 7f4a0ba8cb conf: handle array of arguments in context.exec
We handeled "arg1 arg2 ... " before and used to split between spaces to
get the arguments for execvp but that doesn't work so well when there
are arguments with spaces.

Instead use JSON parsing to get the array of arguments. This make it
possible to use [ arg1 arg2 .. ] and quote each arg separately. You
can still use the old method and even double escape:

"\"arg1\" \"arg2 with spaces\"" or
 [ "arg1" "arg2 with spaces" ]
2024-04-26 17:11:21 +02:00
..
daemon conf: handle array of arguments in context.exec 2024-04-26 17:11:21 +02:00
examples
gst
modules impl-node: remove redundant variable 2024-04-25 15:58:34 +02:00
pipewire conf: handle array of arguments in context.exec 2024-04-26 17:11:21 +02:00
tests tests: don't crash when security context is not available 2024-04-15 16:41:03 +02:00
tools spa: improve JSON error reporting in spa-json-dump 2024-03-27 15:57:39 +01:00
meson.build meson.build: fix compile with -Dexamples=disabled 2023-11-28 10:18:25 +00:00