We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351771b commit d813a5fCopy full SHA for d813a5f
src/objects/video/VideoGate.cpp
@@ -35,7 +35,7 @@
35
#include "VideoGate.h"
36
37
//--------------------------------------------------------------
38
-VideoGate::VideoGate() : PatchObject("video gate"){
+VideoGate::VideoGate() : PatchObject("texture gate"){
39
40
this->numInlets = 6;
41
this->numOutlets = 1;
@@ -281,6 +281,6 @@ void VideoGate::resetInletsSettings(){
281
282
}
283
284
-OBJECT_REGISTER( VideoGate, "video gate", OFXVP_OBJECT_CAT_TEXTURE)
+OBJECT_REGISTER( VideoGate, "texture gate", OFXVP_OBJECT_CAT_TEXTURE)
285
286
#endif
0 commit comments