aboutsummaryrefslogtreecommitdiff
path: root/voctocore/voctocore.py
diff options
context:
space:
mode:
authorMarkus Otto <otto@fs.tum.de>2015-08-22 19:15:22 +0200
committerMaZderMind <git@mazdermind.de>2015-08-31 20:02:04 +0200
commit46aace37db5c035a6d6b432db261dc7c417456f4 (patch)
treecc98a569c8c02491ce59cbf5b9a5613c96fd78b2 /voctocore/voctocore.py
parent5c243f1cac5cc489f3bbb821ab5064d9edf7d449 (diff)
make protocol work, some gui stuff
Diffstat (limited to 'voctocore/voctocore.py')
-rwxr-xr-xvoctocore/voctocore.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/voctocore/voctocore.py b/voctocore/voctocore.py
index 609ef52..0e65bc6 100755
--- a/voctocore/voctocore.py
+++ b/voctocore/voctocore.py
@@ -24,6 +24,7 @@ Gst.init([])
from lib.args import Args
from lib.pipeline import Pipeline
from lib.controlserver import ControlServer
+from lib import notifications
# main class
class Voctocore(object):
@@ -81,6 +82,8 @@ def main():
logging.debug('initializing Voctocore')
voctocore = Voctocore()
+ notifications.controlserver = voctocore.controlserver
+
logging.debug('running Voctocore')
voctocore.run()