diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-08-29 15:35:32 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-08-29 15:35:32 +0100 |
| commit | 486a76df31169f2b510ae26e8252783d8f90de27 (patch) | |
| tree | 20df24d88064a0bbaf6ba6c8027120a5f4f9acf6 /rotord/src/rotor.cpp | |
| parent | caed9b7b05005ee2bcec8e7262bf5f63fe2a4df8 (diff) | |
making still image node
Diffstat (limited to 'rotord/src/rotor.cpp')
| -rwxr-xr-x | rotord/src/rotor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<Signal_node*>(source); |
