summaryrefslogtreecommitdiff
path: root/src/streamer.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-05-25 22:54:21 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-05-25 22:54:21 +0200
commit0c4e68d5afb47b2e378cf782f289c328c05a11d3 (patch)
treebb761f3e6509bd52fcecf58ec4a6c5d3dfa4e37f /src/streamer.h
parentupdated copyright info (diff)
major cleanup and refactoring
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;