wireplumber/tests
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
..
common tests: common: add API to check if spa lib is installed 2021-07-16 11:49:35 -04:00
examples examples: add a lua example showing how to load filter-chain from a script 2022-05-11 13:07:39 +03:00
modules m-reserve-device: use WpDbus API 2022-06-02 12:34:16 -04:00
wp spa-json: add wp_spa_json_to_string() API 2022-06-27 10:07:16 +00:00
wplua spa-json: add wp_spa_json_to_string() API 2022-06-27 10:07:16 +00:00
meson.build meson: replace deprecated dep.get_pkgconfig_variable() with dep.get_variable() 2021-10-15 12:12:20 +03:00