summaryrefslogtreecommitdiff
path: root/src/streamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/streamer.h')
-rw-r--r--src/streamer.h1
1 files changed, 1 insertions, 0 deletions
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;