mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Add poll interface and remove poll events
Use an interface to change items in a poll loop.
This commit is contained in:
parent
fc4fd1424a
commit
2905d91467
20 changed files with 227 additions and 148 deletions
|
|
@ -31,6 +31,7 @@
|
|||
#include <spa/node.h>
|
||||
#include <spa/node-command.h>
|
||||
#include <spa/node-event.h>
|
||||
#include <spa/poll.h>
|
||||
#include <spa/port.h>
|
||||
#include <spa/props.h>
|
||||
#include <spa/queue.h>
|
||||
|
|
@ -51,6 +52,8 @@ static const char *uris[] = {
|
|||
SPA_PROPS_URI,
|
||||
SPA_QUEUE_URI,
|
||||
SPA_RINGBUFFER_URI,
|
||||
SPA_POLL__MainLoop,
|
||||
SPA_POLL__DataLoop,
|
||||
};
|
||||
|
||||
static uint32_t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue