GNOME Bugzilla – Bug 764797
Passthrough nodes should let the input format go through as well
Last modified: 2016-04-18 13:36:25 UTC
Consider a graph like this: src -> passthrough_node -> op If passthrough_node doesn't let the format through, then op will get NULL as its source format in its prepare vfunc. That is problematic for operations that reconfigure themselves depending on the source format.
Created attachment 325598 [details] [review] operation: Let the source format go through for passthrough nodes
From #gegl on GIMPNet: 13:21 <rishi> Do you think https://bugzilla.gnome.org/show_bug.cgi?id=764795 and https://bugzilla.gnome.org/show_bug.cgi?id=764797 are OK to push? 13:21 <rishi> The test suite passes. 13:22 <rishi> I keep asking because a gnome-photos patch series needs them. See the "blocks field. 13:28 <pippin> rishi: just push :) 13:29 <rishi> pippin: Ok. Pushing.
commit 270a3da33550bf5b252b9df128df56a961f47ed2 Author: Debarshi Ray <debarshir@gnome.org> Date: Fri Apr 8 18:04:37 2016 +0200 operation: Let the source format go through for passthrough nodes https://bugzilla.gnome.org/show_bug.cgi?id=764797