]> git.sesse.net Git - kdenlive/blobdiff - src/mltdevicecapture.cpp
Some more cleanup in monitors, improve capture fullscreen
[kdenlive] / src / mltdevicecapture.cpp
index 419878bd6a203532885297a7293fc64cb9926d1d..e93e54190a5796e3287dbb41efbcf922155e7bb2 100644 (file)
@@ -76,7 +76,7 @@ static void rec_consumer_frame_preview(mlt_consumer, MltDeviceCapture * self, ml
 }
 
 
-MltDeviceCapture::MltDeviceCapture(QString profile, VideoContainer *surface, QWidget *parent) :
+MltDeviceCapture::MltDeviceCapture(QString profile, VideoSurface *surface, QWidget *parent) :
     AbstractRender(Kdenlive::recordMonitor, parent),
     doCapture(0),
     sendFrameForAnalysis(false),