[totem/gnome-3-6] thumbnailer: Increase default output size to 256
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [totem/gnome-3-6] thumbnailer: Increase default output size to 256
- Date: Tue, 18 Sep 2012 08:03:42 +0000 (UTC)
commit cea2149b0440b9cca09ad98c20392b593ceda287
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]