aboutsummaryrefslogtreecommitdiff
path: root/src/video_thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_thread.py')
-rw-r--r--src/video_thread.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_thread.py b/src/video_thread.py
index 5a28beb..0472aa3 100644
--- a/src/video_thread.py
+++ b/src/video_thread.py
@@ -133,6 +133,8 @@ class Worker(QtCore.QObject):
@pyqtSlot()
def createVideo(self):
log.debug("Video worker received signal to createVideo")
+ log.debug(
+ 'Video thread id: {}'.format(int(QtCore.QThread.currentThreadId())))
numpy.seterr(divide='ignore')
self.encoding.emit(True)
self.extraAudio = []