From 0c4e68d5afb47b2e378cf782f289c328c05a11d3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 25 May 2016 22:54:21 +0200 Subject: major cleanup and refactoring --- src/streamer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/streamer.h') diff --git a/src/streamer.h b/src/streamer.h index a68e874..f7f11f3 100644 --- a/src/streamer.h +++ b/src/streamer.h @@ -33,6 +33,7 @@ struct streamer_struct { GMainLoop *loop_; GstElement* sink_; GThread* thread_; + GThreadPool *client_pool_; int fd_; }; typedef struct streamer_struct streamer_t; -- cgit v1.2.3