[gnome-photos/wip/rishi/buffer-decoder: 12/12] base-item
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/wip/rishi/buffer-decoder: 12/12] base-item
- Date: Wed, 12 Sep 2018 11:55:56 +0000 (UTC)
commit 5a36ba535661f3ae345d98353c729d5ebbc4c86a
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 03cde624..f590095c 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]