Skip to content

Apply a default thumbnail size, if the user did not give one.

Linas Vepstas requested to merge linas/gthumb:video-thumbnailer into master

The current webalbum exporter code specifies a thumbnail size of "-1" and the video thumbnailer uses this to create a single-pixel-sized thumbnail. This patch checks for this crazy size, and sets it to a reasonable default, instead.

Merge request reports