]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Disable screen grab if FFmpeg does not support it: http://kdenlive.org/mantis/view...
[kdenlive] / src / renderer.h
index 3d05de8e24eaa1b3627dea7a1090c7b852768606..972feb03649dde577d08415fec8273a2e850e352 100644 (file)
@@ -333,6 +333,11 @@ Q_OBJECT public:
     int requestedSeekPosition;
     /** @brief Get current seek pos requested of current producer pos if not seeking */
     int getCurrentSeekPosition() const;
+    /** @brief Create a producer from url and load it in the monitor  */
+    void loadUrl(const QString &url);
+    /** @brief Check if the installed FFmpeg / Libav supports x11grab */
+    static bool checkX11Grab();
+    
     QSemaphore showFrameSemaphore;
     bool externalConsumer;