simply use INTERFACE_Loop for the main-loop

This commit is contained in:
Wim Taymans 2019-06-06 15:20:43 +02:00
parent 4c2b6c7c91
commit 86dc0496a5
20 changed files with 73 additions and 61 deletions

View file

@ -76,7 +76,7 @@ struct state {
struct spa_node node;
struct spa_log *log;
struct spa_loop *main_loop;
struct spa_system *data_system;
struct spa_loop *data_loop;
snd_pcm_stream_t stream;