]> git.sesse.net Git - kdenlive/blobdiff - src/stopmotion/stopmotion.cpp
Basic webcam (video4linux) autodetection
[kdenlive] / src / stopmotion / stopmotion.cpp
index 2094396e7bfca0b1145a8ad2fe68f330074cf5c0..e4e89f05470d37dbe1da8c86ccee7f92f2ab2449 100644 (file)
@@ -191,7 +191,7 @@ StopmotionWidget::StopmotionWidget(KUrl projectFolder, const QList< QAction * >
     }
     if (QFile::exists(KdenliveSettings::video4vdevice())) {
         if (m_bmCapture == NULL) m_bmCapture = new V4lCaptureHandler(m_layout);
-        capture_device->addItem(m_bmCapture->getDeviceName(KdenliveSettings::video4vdevice()), "v4l");
+        capture_device->addItem(m_bmCapture->getDeviceName(KdenliveSettings::video4vdevice(), 0, 0), "v4l");
     }
 
     connect(m_bmCapture, SIGNAL(frameSaved(const QString)), this, SLOT(slotNewThumb(const QString)));