mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
event: add PULL_INPUT event
Rename some events, add an explicit event to pull input
This commit is contained in:
parent
e56f120559
commit
6377b9bd12
4 changed files with 21 additions and 109 deletions
|
|
@ -363,7 +363,7 @@ on_event (SpiNode *node, SpiEvent *event, void *user_data)
|
|||
AppData *data = user_data;
|
||||
|
||||
switch (event->type) {
|
||||
case SPI_EVENT_TYPE_NEED_INPUT:
|
||||
case SPI_EVENT_TYPE_PULL_INPUT:
|
||||
{
|
||||
SpiBuffer *buf;
|
||||
SpiInputInfo iinfo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue