gegl r2067 - in trunk: . operations/workshop



Author: kcozens
Date: Tue Feb 19 21:55:51 2008
New Revision: 2067
URL: http://svn.gnome.org/viewvc/gegl?rev=2067&view=rev

Log:
* operations/workshop/rawbayer-load.c: Updated to new chanting API.


Modified:
   trunk/ChangeLog
   trunk/operations/workshop/rawbayer-load.c

Modified: trunk/operations/workshop/rawbayer-load.c
==============================================================================
--- trunk/operations/workshop/rawbayer-load.c	(original)
+++ trunk/operations/workshop/rawbayer-load.c	Tue Feb 19 21:55:51 2008
@@ -39,7 +39,7 @@
 {
   if (!op_raw_load->chant_data)
     {
-      FILE *pfp;
+      FILE  *pfp;
       gchar *command;
 
       gint width, height, val_max;
@@ -106,7 +106,7 @@
 static gboolean
 process (GeglOperation       *operation,
          GeglNodeContext     *context,
-         const gchar         *output,
+         const gchar         *output_pad,
          const GeglRectangle *result)
 
 {
@@ -140,7 +140,7 @@
   operation_class = GEGL_OPERATION_CLASS (klass);
   source_class    = GEGL_OPERATION_SOURCE_CLASS (klass);
 
-  source_class->process = process;
+  operation_class->process = process;
   operation_class->get_bounding_box = get_bounding_box;
 
   operation_class->name        = "rawbayer-load";



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