]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivesettingsdialog.h
Second part of the capture rewrite. Decklink capture now seems to work with latest MLT
[kdenlive] / src / kdenlivesettingsdialog.h
index e305d8701a78d176f433b760fff7e8152870fd45..7692fc07c90a0e4c0a824dfdf8b2db7776945029 100644 (file)
@@ -71,6 +71,10 @@ private slots:
     void slotUpdateHDMIModes();
     void slotUpdatev4lDevice();
     void slotUpdatev4lCaptureProfile();
+    void slotManageEncodingProfile();
+    void slotUpdateDecklinkProfile(int ix = 0);
+    void slotUpdateProxyProfile(int ix = 0);
+    void slotUpdateV4lProfile(int ix = 0);
 
 private:
     KPageWidgetItem *m_page1;
@@ -101,6 +105,7 @@ private:
     void saveTranscodeProfiles();
     void loadCurrentV4lProfileInfo();
     void saveCurrentV4lProfile();
+    void loadEncodingProfiles();
 
 signals:
     void customChanged();