mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
link: improve debug
This commit is contained in:
parent
cc1062933b
commit
c6f701588f
1 changed files with 5 additions and 3 deletions
|
|
@ -24,9 +24,6 @@
|
|||
#include <spa/pod/parser.h>
|
||||
#include <spa/pod/compare.h>
|
||||
#include <spa/param/param.h>
|
||||
#include <spa/debug/node.h>
|
||||
#include <spa/debug/pod.h>
|
||||
#include <spa/debug/format.h>
|
||||
|
||||
#include "private.h"
|
||||
#include "pipewire.h"
|
||||
|
|
@ -34,6 +31,11 @@
|
|||
#include "link.h"
|
||||
#include "work-queue.h"
|
||||
|
||||
#undef spa_debug
|
||||
#include <spa/debug/node.h>
|
||||
#include <spa/debug/pod.h>
|
||||
#include <spa/debug/format.h>
|
||||
|
||||
#define MAX_BUFFERS 16
|
||||
|
||||
/** \cond */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue