[gnome-photos] pipeline: Leverage GEGL's ability to process non-meta-op graphs



commit 931cbd3880678cc8fc576e73a38600ecf07ebdea
Author: Debarshi Ray <debarshir gnome org>
Date:   Sat Feb 13 22:12:01 2016 +0100

    pipeline: Leverage GEGL's ability to process non-meta-op graphs

 src/photos-pipeline.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/photos-pipeline.c b/src/photos-pipeline.c
index 819c33d..41f8c59 100644
--- a/src/photos-pipeline.c
+++ b/src/photos-pipeline.c
@@ -459,11 +459,9 @@ photos_pipeline_get_output (PhotosPipeline *self)
 GeglProcessor *
 photos_pipeline_new_processor (PhotosPipeline *self)
 {
-  GeglNode *output;
   GeglProcessor *processor;
 
-  output = gegl_node_get_output_proxy (self->graph, "output");
-  processor = gegl_node_new_processor (output, NULL);
+  processor = gegl_node_new_processor (self->graph, NULL);
   return processor;
 }
 


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