some timeline refactoring, preparing for rewrites
This commit is contained in:
@@ -190,7 +190,7 @@ Node *NodeFactory::CreateFromFactoryIndex(const NodeFactory::InternalID &id)
|
||||
case kFootageInput:
|
||||
return new MediaInput();
|
||||
case kTrackOutput:
|
||||
return new TrackOutput();
|
||||
return new Track();
|
||||
case kViewerOutput:
|
||||
return new ViewerOutput();
|
||||
case kAudioVolume:
|
||||
|
||||
Reference in New Issue
Block a user