multicam: implemented queuing of future node selections during playback
This commit is contained in:
@@ -77,9 +77,9 @@ public:
|
||||
GetViewerWidget()->SetTimelineSelectedBlocks(b);
|
||||
}
|
||||
|
||||
void ConnectMulticamPanel(MulticamPanel *p)
|
||||
void ConnectMulticamWidget(MulticamWidget *p)
|
||||
{
|
||||
GetViewerWidget()->ConnectMulticamPanel(p);
|
||||
GetViewerWidget()->ConnectMulticamWidget(p);
|
||||
}
|
||||
|
||||
public slots:
|
||||
@@ -110,8 +110,6 @@ signals:
|
||||
*/
|
||||
void ColorManagerChanged(ColorManager* color_manager);
|
||||
|
||||
void MulticamNodeDetected(ViewerOutput *viewer, MultiCamNode *n, ClipBlock *clip);
|
||||
|
||||
protected:
|
||||
void SetViewerWidget(ViewerWidget *vw);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user