GNOME Bugzilla – Bug 557184
use preview::icon to speed up thumnailing
Last modified: 2008-10-21 13:05:53 UTC
Bug 557182 introduces a new preview::icon file attribute to get thumbnails directly from a device. This is interesting for the gphoto2 backend as it will speed up thumbnailing by a couple of orders of magnitudes (e.g. 10-100 times faster). Also, it seems trunk is busted, at least you want this hunk - if (result) { + + if (!result) { otherwise thumbnailing won't work at all.
Created attachment 120988 [details] [review] proposed patch
commited.