summaryrefslogtreecommitdiff
path: root/src/cmumble.h
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-11-22 09:25:53 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-11-22 14:40:08 +0100
commitb83262a1c025d0775d0f73c87341d71d7f1c3996 (patch)
tree83ff5ad98c39b25f718c7c7bb96d0a9470612208 /src/cmumble.h
parenta60894a1f1c1fba4d7244a9b2a52f322e3ed9e12 (diff)
downloadcmumble-b83262a1c025d0775d0f73c87341d71d7f1c3996.tar.gz
cmumble-b83262a1c025d0775d0f73c87341d71d7f1c3996.tar.bz2
cmumble-b83262a1c025d0775d0f73c87341d71d7f1c3996.zip
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.
Diffstat (limited to 'src/cmumble.h')
-rw-r--r--src/cmumble.h1
1 files changed, 1 insertions, 0 deletions
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;