[totem] thumbnailer: Increase default output size to 256



commit 803f79a6657b1476733ae63a9c14ded3497a7de2
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Aug 14 10:16:54 2012 +0100

    thumbnailer: Increase default output size to 256
    
    Rather than 128. Fills the space better, and makes the video
    recognisable.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671004

 src/totem-video-thumbnailer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/totem-video-thumbnailer.c b/src/totem-video-thumbnailer.c
index 657f1e2..274bea1 100644
--- a/src/totem-video-thumbnailer.c
+++ b/src/totem-video-thumbnailer.c
@@ -66,7 +66,7 @@
 #define GALLERY_MIN 3				/* minimum number of screenshots in a gallery */
 #define GALLERY_MAX 30				/* maximum number of screenshots in a gallery */
 #define GALLERY_HEADER_HEIGHT 66		/* header height (in pixels) for the gallery */
-#define DEFAULT_OUTPUT_SIZE 128
+#define DEFAULT_OUTPUT_SIZE 256
 
 static gboolean jpeg_output = FALSE;
 static gboolean raw_output = FALSE;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]