X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmltdevicecapture.h;h=ea7291c9acc358faa069c0edcdf5ebdf4f76b75a;hb=f2fe0d6c467877c59f3fa4eb7f20cf79d1814b66;hp=032de2ceda90534d49f57c1c58c86f6fc3f35bfe;hpb=7ac877ea57663a02e9042939aa51eb700fbe4301;p=kdenlive diff --git a/src/mltdevicecapture.h b/src/mltdevicecapture.h index 032de2ce..ea7291c9 100644 --- a/src/mltdevicecapture.h +++ b/src/mltdevicecapture.h @@ -39,7 +39,7 @@ class Frame; class Event; class Producer; class Profile; -}; +} class MltDeviceCapture: public AbstractRender { @@ -86,7 +86,7 @@ Q_OBJECT public: void setOverlay(const QString &path); /** @brief This will add an MLT video effect to the overlay track. */ - void setOverlayEffect(const QString &tag, QStringList parameters); + void setOverlayEffect(const QString &tag, const QStringList ¶meters); /** @brief This will add a horizontal flip effect, easier to work when filming yourself. */ void mirror(bool activate); @@ -137,14 +137,14 @@ signals: /** @brief A frame's image has to be shown. * * Used in Mac OS X. */ - void showImageSignal(QImage); + void showImageSignal(const QImage&); void frameSaved(const QString &); void droppedFrames(int); void unblockPreview(); - void imageReady(QImage); + void imageReady(const QImage &); public slots: