X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Frenderer.h;h=835b3c204c5d3f480c4a696541804e1dbc7529f2;hb=bddf7dbd05d7a0c980934baa9caa71b991b92b2a;hp=1534a4c542162b27ef7405f9b0eda78cfda1ecef;hpb=464c319bc0c7916060fe5f1d425136e257e70ecd;p=kdenlive diff --git a/src/renderer.h b/src/renderer.h index 1534a4c5..835b3c20 100644 --- a/src/renderer.h +++ b/src/renderer.h @@ -173,7 +173,7 @@ Q_OBJECT public: void emitFrameUpdated(Mlt::Frame&); void emitFrameNumber(); - void emitConsumerStopped(); + void emitConsumerStopped(bool forcePause = false); /** @brief Returns the aspect ratio of the consumer. */ double consumerRatio() const; @@ -323,8 +323,8 @@ Q_OBJECT public: void unlockService(Mlt::Tractor *tractor); const QString activeClipId(); /** @brief Fill a combobox with the found blackmagic devices */ - static bool getBlackMagicDeviceList(KComboBox *devicelist); - static bool getBlackMagicOutputDeviceList(KComboBox *devicelist); + static bool getBlackMagicDeviceList(KComboBox *devicelist, bool force = false); + static bool getBlackMagicOutputDeviceList(KComboBox *devicelist, bool force = false); /** @brief Frame rendering is handeled by Kdenlive, don't show video through SDL display */ void disablePreview(bool disable); int requestedSeekPosition;