gegl r2768 - in trunk: . gegl/operation



Author: ok
Date: Sun Nov 16 17:56:36 2008
New Revision: 2768
URL: http://svn.gnome.org/viewvc/gegl?rev=2768&view=rev

Log:
* gegl/operation/gegl-operation-context.c:
(gegl_operation_context_get_target): use gegl_buffer_new_ram for
temporary buffers passed in the graph.


Modified:
   trunk/ChangeLog
   trunk/gegl/operation/gegl-operation-context.c

Modified: trunk/gegl/operation/gegl-operation-context.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-context.c	(original)
+++ trunk/gegl/operation/gegl-operation-context.c	Sun Nov 16 17:56:36 2008
@@ -373,10 +373,9 @@
     }
   else
     {
-      output = gegl_buffer_new (result, format);
+      output = gegl_buffer_new_ram (result, format);
     }
 
-
   gegl_operation_context_set_object (context, padname, G_OBJECT (output));
   return output;
 }



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