diff --git a/oxgst/video.py b/oxgst/video.py index 2a59c0e..0d20f87 100644 --- a/oxgst/video.py +++ b/oxgst/video.py @@ -123,6 +123,7 @@ class Video(gst.Pipeline): def callback(frame, timestamp): self._frames[timestamp] = frame self.mainloop.quit() + self._quit = False def quit(): if self._quit: self.mainloop.quit()