mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-31 11:09:04 -05:00
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:
parent
2ac8be4ac7
commit
54f6834de4
7 changed files with 219 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue