]> git.sesse.net Git - kdenlive/blobdiff - src/mltdevicecapture.cpp
Fix buttons in capture monitor and crash when changing profile
[kdenlive] / src / mltdevicecapture.cpp
index 8862d5cbe2c5dcedf9e73d1921eedbafcb88064e..3f4f97940d3f8d8389d541c23629716f2087051f 100644 (file)
@@ -83,7 +83,7 @@ static void rec_consumer_frame_preview(mlt_consumer, MltDeviceCapture * self, ml
 
 
 MltDeviceCapture::MltDeviceCapture(QString profile, VideoPreviewContainer *surface, QWidget *parent) :
-    AbstractRender(parent),
+    AbstractRender("capture", parent),
     doCapture(0),
     sendFrameForAnalysis(false),
     m_mltConsumer(NULL),