[gnome-photos/wip/rishi/buffer-decoder: 10/10] base-item



commit ce15ba5e3e51f23bbe7fed8fe7868ce2a8eba827
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Sep 7 07:59:02 2018 +0200

    base-item

 src/photos-base-item.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/photos-base-item.c b/src/photos-base-item.c
index c0d69090..caa74aed 100644
--- a/src/photos-base-item.c
+++ b/src/photos-base-item.c
@@ -1476,7 +1476,7 @@ photos_base_item_load_buffer (PhotosBaseItem *self, GCancellable *cancellable, G
 
   start = g_get_monotonic_time ();
 
-  buffer = photos_gegl_buffer_new_from_file (file, cancellable, error);
+  buffer = photos_gegl_buffer_new_from_file_at_scale (file, 640, 640, TRUE, cancellable, error);
   if (buffer == NULL)
     goto out;
 


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