]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Update scopes using a frame image from the consumer-frame-show event
[kdenlive] / src / renderer.h
index 3c0e98dccb2601bfd589a25038b28d9859d1f724..3b51dc7a144c88d3823b32d2919d2f4729754117 100644 (file)
@@ -161,6 +161,7 @@ Q_OBJECT public:
     GenTime seekPosition() const;
     int seekFramePosition() const;
 
+    void emitFrameUpdated(Mlt::Frame&);
     void emitFrameNumber(double position);
     void emitConsumerStopped();
 
@@ -344,7 +345,7 @@ signals:
      * Used in Mac OS X. */
     void showImageSignal(QImage);
     /** @brief The renderer refreshed the current frame, but no seeking was done. */
-    void frameUpdated(int);
+    void frameUpdated(QImage);
 
 public slots: