X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=mediagoblin%2Fmedia_types%2Fvideo%2Ftranscoders.py;h=7071b88753fe24bb67642a28488a2397208d1b4a;hb=4535f7597f112443d8997bbd6b8a445612c2440d;hp=d7ed14cad25633971d867e2d6a3a318234a9087f;hpb=72567762e36c849ffe8172b6cea4ca1be682e511;p=mediagoblin.git diff --git a/mediagoblin/media_types/video/transcoders.py b/mediagoblin/media_types/video/transcoders.py index d7ed14ca..7071b887 100644 --- a/mediagoblin/media_types/video/transcoders.py +++ b/mediagoblin/media_types/video/transcoders.py @@ -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