wireplumber/modules
Julian Bouzas 0996f5a5ca spa-json: add wp_spa_json_to_string() API
Since the string length returned by wp_spa_pod_get_data() does not always match
the size of the actual json object because it is stored in contiguous memory, we
cannot always rely on that API to get the json string data.

The new wp_spa_pod_to_string() always allocates a new string with the same
length as the json size, guaranteeing that the string returned always represents
the json object, regardless of whether it is nested or not. It is always
recommented to use wp_spa_pod_to_string() unless you know what you are doing.
2022-06-27 10:07:16 +00:00
..
module-default-nodes default-nodes: use WpSpaJson API 2022-01-25 07:40:59 -05:00
module-lua-scripting spa-json: add wp_spa_json_to_string() API 2022-06-27 10:07:16 +00:00
module-portal-permissionstore modules: move all portal-permissionstore code into one file 2022-06-02 12:34:16 -04:00
module-reserve-device m-reserve-device: use WpDbus API 2022-06-02 12:34:16 -04:00
meson.build modules: move all portal-permissionstore code into one file 2022-06-02 12:34:16 -04:00
module-default-nodes-api.c default-nodes: use WpSpaJson API 2022-01-25 07:40:59 -05:00
module-default-nodes.c m-default-nodes: reevaluate nodes when ports changed 2022-06-27 08:52:36 +00:00
module-default-profile.c config: port device-activation module to policy-device.profile.lua 2022-02-16 13:37:40 -05:00
module-file-monitor-api.c file-monitor-api: allow watching files too, not just directories 2021-10-19 17:16:37 +03:00
module-logind.c modules/logind: be more specific when creating the login monitor 2022-05-02 08:27:43 +00:00
module-metadata.c lib: introduce WpComponentLoader and remove WpModule 2021-02-03 17:16:51 +02:00
module-mixer-api.c m-mixer-api: fix channelVolumes array iteration in set-volume 2022-05-02 11:02:40 +03:00
module-portal-permissionstore.c modules: move all portal-permissionstore code into one file 2022-06-02 12:34:16 -04:00
module-si-audio-adapter.c si-adapter: add ports state change signal 2022-05-05 08:09:21 +00:00
module-si-audio-endpoint.c si-adapter: add ports state change signal 2022-05-05 08:09:21 +00:00
module-si-node.c si-std-link: handle node destroy events while linking is in progress 2021-12-22 16:12:04 +02:00
module-si-standard-link.c si-std-link: handle node destroy events while linking is in progress 2021-12-22 16:12:04 +02:00