From b83262a1c025d0775d0f73c87341d71d7f1c3996 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 22 Nov 2013 09:25:53 +0100 Subject: audio: Pull and send the recorded buffer from the main thread Tests showed this lets the appsink pull more buffers, since the streaming thread is not blocked due to network write. --- src/cmumble.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmumble.h') diff --git a/src/cmumble.h b/src/cmumble.h index 847b384..2dac580 100644 --- a/src/cmumble.h +++ b/src/cmumble.h @@ -22,6 +22,7 @@ struct cmumble { const struct cmumble_command *commands; GMainLoop *loop; + GAsyncQueue *async_queue; uint32_t session; gboolean authenticated; -- cgit