mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
spa: move json parser to utils
Add unit test Add escape function
This commit is contained in:
parent
77791bd427
commit
62cdec8448
8 changed files with 211 additions and 5 deletions
|
|
@ -34,6 +34,7 @@
|
|||
|
||||
#include <spa/utils/hook.h>
|
||||
#include <spa/utils/result.h>
|
||||
#include <spa/utils/json.h>
|
||||
#include <spa/pod/parser.h>
|
||||
#include <spa/pod/builder.h>
|
||||
#include <spa/debug/pod.h>
|
||||
|
|
@ -42,7 +43,6 @@
|
|||
#include "extensions/metadata.h"
|
||||
|
||||
#include "media-session.h"
|
||||
#include "json.h"
|
||||
|
||||
#define NAME "default-profile"
|
||||
#define SESSION_KEY "default-profile"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue