summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/rotor.cpp')
-rwxr-xr-xrotord/src/rotor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp
index 8883a71..8b52301 100755
--- a/rotord/src/rotor.cpp
+++ b/rotord/src/rotor.cpp
@@ -43,6 +43,7 @@ Node_factory::Node_factory(){
//video nodes
add_type("video_loader",new Video_loader());
add_type("video_output",new Video_output());
+ add_type("video_feedback",new Video_feedback());
}
bool Signal_input::connect(Node* source) {
connection=dynamic_cast<Signal_node*>(source);