io: add clock_id to clock

Can be used to determine if we need to slave or not.
Add node abi test
Fix some headers
This commit is contained in:
Wim Taymans 2019-10-23 13:13:01 +02:00
parent 2ac8be4ac7
commit 54f6834de4
7 changed files with 219 additions and 4 deletions

View file

@ -34,7 +34,6 @@ extern "C" {
#include <spa/utils/type.h>
#include <spa/utils/hook.h>
/**
* A spa_node is a component that can consume and produce buffers.
*/
@ -43,7 +42,6 @@ struct spa_node { struct spa_interface iface; };
#include <spa/support/plugin.h>
#include <spa/pod/builder.h>
#include <spa/buffer/buffer.h>
#include <spa/node/event.h>
#include <spa/node/command.h>