mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pulse-server: Use the spa json implementation
This commit is contained in:
parent
579e8a4ea6
commit
96a2a2b4e2
2 changed files with 1 additions and 297 deletions
|
|
@ -61,6 +61,7 @@
|
|||
#include <spa/param/audio/format-utils.h>
|
||||
#include <spa/param/props.h>
|
||||
#include <spa/utils/ringbuffer.h>
|
||||
#include <spa/utils/json.h>
|
||||
|
||||
#include "pipewire/pipewire.h"
|
||||
#include "pipewire/private.h"
|
||||
|
|
@ -68,7 +69,6 @@
|
|||
|
||||
#include "pulse-server.h"
|
||||
#include "defs.h"
|
||||
#include "json.h"
|
||||
|
||||
struct stats {
|
||||
uint32_t n_allocated;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue