]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivesettingsdialog.h
Get rid of all blackmagic stuff, we now get infos directly from MLT, no more compile...
[kdenlive] / src / kdenlivesettingsdialog.h
index 6ffa99b9937979ba3f436cf6b020f27b14c54db1..9208107a22835e2e10592db56d8bad943d68e6a9 100644 (file)
@@ -53,11 +53,10 @@ protected slots:
 
 private slots:
     void slotUpdateDisplay();
-    void rebuildVideo4Commands();
-#ifndef NO_JOGSHUTTLE
+#ifdef USE_JOGSHUTTLE
     void slotCheckShuttle(int state = 0);
     void slotUpdateShuttleDevice(int ix = 0);
-#endif /* NO_JOGSHUTTLE */
+#endif
     void slotEditImageApplication();
     void slotEditAudioApplication();
     void slotEditVideoApplication();
@@ -66,11 +65,22 @@ private slots:
     void slotCheckAlsaDriver();
     void slotAddTranscode();
     void slotDeleteTranscode();
+    /** @brief Update current transcoding profile. */
+    void slotUpdateTranscodingProfile();
+    /** @brief Enable / disable the update profile button. */
+    void slotEnableTranscodeUpdate();
+    /** @brief Update display of current transcoding profile parameters. */
+    void slotSetTranscodeProfile();
     void slotShuttleModified();
     void slotDialogModified();
     void slotEnableCaptureFolder();
-    void slotUpdateHDMIModes();
     void slotUpdatev4lDevice();
+    void slotUpdatev4lCaptureProfile();
+    void slotManageEncodingProfile();
+    void slotUpdateDecklinkProfile(int ix = 0);
+    void slotUpdateProxyProfile(int ix = 0);
+    void slotUpdateV4lProfile(int ix = 0);
+    void slotEditVideo4LinuxProfile();
 
 private:
     KPageWidgetItem *m_page1;
@@ -99,12 +109,14 @@ private:
     void initDevices();
     void loadTranscodeProfiles();
     void saveTranscodeProfiles();
+    void loadCurrentV4lProfileInfo();
+    void saveCurrentV4lProfile();
+    void loadEncodingProfiles();
 
 signals:
     void customChanged();
     void doResetProfile();
     void updateCaptureFolder();
-    void updateProxySettings();
 };