aboutsummaryrefslogtreecommitdiff
path: root/src/video_thread.py
diff options
context:
space:
mode:
authortassaron2017-07-29 13:08:28 -0400
committertassaron2017-07-29 13:08:28 -0400
commitc1457b6dad4640b17679dd802e372bd46a13d2a5 (patch)
tree368ea39f9383cd1e0e779a3860b3691fc3e6b68c /src/video_thread.py
parent6f8f178778c63f10b3bda42507c7d44f98884fcd (diff)
starting work on Waveform component
split Video class out of Video component for reuse in Waveform
Diffstat (limited to 'src/video_thread.py')
-rw-r--r--src/video_thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_thread.py b/src/video_thread.py
index 32e8a38..f27ec21 100644
--- a/src/video_thread.py
+++ b/src/video_thread.py
@@ -153,7 +153,7 @@ class Worker(QtCore.QObject):
for compNo, comp in enumerate(reversed(self.components)):
try:
comp.preFrameRender(
- worker=self,
+ audioFile=self.inputFile,
completeAudioArray=self.completeAudioArray,
sampleSize=self.sampleSize,
progressBarUpdate=self.progressBarUpdate,