Bug 681 - Comments from reviewing the new video merge
[mediagoblin.git] / mediagoblin / media_types / video / transcoders.py
index d7ed14cad25633971d867e2d6a3a318234a9087f..7071b88753fe24bb67642a28488a2397208d1b4a 100644 (file)
@@ -74,14 +74,14 @@ class VideoThumbnailer:
 
     buffer_probes = {}
 
-    errors = []
-
     def __init__(self, source_path, dest_path):
         '''
         Set up playbin pipeline in order to get video properties.
 
         Initializes and runs the gobject.MainLoop()
         '''
+        self.errors = []
+
         self.source_path = source_path
         self.dest_path = dest_path