Should fix Beuc's bug with video thumbnail width... I think!
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 28 Aug 2013 14:15:16 +0000 (09:15 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 28 Aug 2013 14:15:47 +0000 (09:15 -0500)
mediagoblin/media_types/video/processing.py

index ed224251acebe65bb2d9fafddbad8821a914dfe1..506c7501a3057a60dfd1c92f54ff26b3fb14cdda 100644 (file)
@@ -223,7 +223,7 @@ class CommonVideoProcessor(MediaProcessor):
                                      '{basename}.thumbnail.jpg'))
 
         if not thumb_size:
-            thumb_size = (mgg.global_config['media:thumb']['max_width'])
+            thumb_size = (mgg.global_config['media:thumb']['max_width'],)
 
         # We will only use the width so that the correct scale is kept
         transcoders.VideoThumbnailerMarkII(