From 486a76df31169f2b510ae26e8252783d8f90de27 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 29 Aug 2013 15:35:32 +0100 Subject: making still image node --- rotord/src/rotor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/src/rotor.cpp') diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp index 9cd1d7c..591045d 100755 --- a/rotord/src/rotor.cpp +++ b/rotord/src/rotor.cpp @@ -44,6 +44,7 @@ Node_factory::Node_factory(){ add_type("video_loader",new Video_loader()); add_type("video_output",new Video_output()); add_type("video_feedback",new Video_feedback()); + add_type("still_image",new Still_image()); } bool Signal_input::connect(Node* source) { connection=dynamic_cast(source); -- cgit v1.2.3