loop: build loop with SPA interface

This commit is contained in:
Wim Taymans 2016-11-21 15:55:30 +01:00
parent 80deb6b387
commit f42268b9a5
6 changed files with 429 additions and 446 deletions

View file

@ -50,7 +50,7 @@ typedef struct {
ModuleImpl *impl;
PinosNode *node;
SpaList link;
PinosSource *timeout;
SpaSource *timeout;
guint idle_timeout;
} NodeInfo;