debug: add specific format debug

This commit is contained in:
Wim Taymans 2018-08-14 13:05:10 +02:00
parent 9d36b85dd6
commit 4eae1f0c6f
5 changed files with 166 additions and 10 deletions

View file

@ -25,6 +25,7 @@
#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"

View file

@ -25,6 +25,7 @@
#include <signal.h>
#include <string.h>
#include <spa/debug/pod.h>
#include <spa/debug/format.h>
#include <pipewire/pipewire.h>

View file

@ -20,6 +20,7 @@
#include <stdio.h>
#include <signal.h>
#include <spa/debug/pod.h>
#include <spa/debug/format.h>
#include <pipewire/pipewire.h>