﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
5375	Video thumbnailer relies on function that has been removed from recent PIL	ayleph		"A few users have come into IRC to report that their installations fail to process videos with the following error.

{{{
File '/srv/mediagoblin.example.org/mediagoblin/mediagoblin/media_types/video/processing.py', line 396 in process
  self.generate_thumb(thumb_size=thumb_size)
File '/srv/mediagoblin.example.org/mediagoblin/mediagoblin/media_types/video/processing.py', line 319 in generate_thumb
  thumb_size[0])
File '/srv/mediagoblin.example.org/mediagoblin/mediagoblin/media_types/video/transcoders.py', line 136 in capture_thumb
  buffer.extract_dup(0, buffer.get_size()))
File '/usr/lib/python2.7/dist-packages/PIL/Image.py', line 2053 in fromstring
  ""Please call frombytes() instead."")
Exception: fromstring() has been removed. Please call frombytes() instead.
}}}"	defect	closed	critical		programming	fixed	video,thumbnail,PIL,pillow	Boris Bobrov	
