aboutsummaryrefslogtreecommitdiff
path: root/video_thread.py
diff options
context:
space:
mode:
authortassaron2017-06-18 14:46:08 -0400
committertassaron2017-06-18 14:46:08 -0400
commit044fddfa9c5063f61e4a97993efe7cd5b2bae066 (patch)
tree011551caf0c8f21831a697eccef67acda1dfaa5f /video_thread.py
parent2c63b053769ecdc2791af3b35392f0ff0b19ad76 (diff)
basic commandline functionality using 3 args
needs more args so components can be modified without gui
Diffstat (limited to 'video_thread.py')
-rw-r--r--video_thread.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/video_thread.py b/video_thread.py
index d7220f1..2255259 100644
--- a/video_thread.py
+++ b/video_thread.py
@@ -27,7 +27,6 @@ class Worker(QtCore.QObject):
self.core = core.Core()
self.core.settings = parent.settings
self.modules = parent.core.modules
- self.stackedWidget = parent.window.stackedWidget
self.parent = parent
parent.videoTask.connect(self.createVideo)
self.sampleSize = 1470
@@ -280,7 +279,6 @@ class Worker(QtCore.QObject):
self.error = False
self.canceled = False
- self.parent.drawPreview()
self.stopped = True
self.encoding.emit(False)
self.videoCreated.emit()