X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Frenderer.h;h=805d2086c7958ee39ae21418ec3b06eb26e3ae19;hb=bf036e23649237928fad4902a9cf1728e6d5c588;hp=6656a17b3e694d9c79ba57052f712d1e18be3ac3;hpb=8e89e7f20a052ef81ef0d71afaeae656fb1bf047;p=kdenlive diff --git a/src/renderer.h b/src/renderer.h index 6656a17b..805d2086 100644 --- a/src/renderer.h +++ b/src/renderer.h @@ -303,7 +303,7 @@ class Render: public AbstractRender void setDropFrames(bool show); /** @brief Sets an MLT consumer property. */ void setConsumerProperty(const QString &name, const QString &value); - QString updateSceneListFps(double current_fps, double new_fps, QString scene); + QString updateSceneListFps(double current_fps, double new_fps, const QString &scene); void showAudio(Mlt::Frame&); @@ -403,7 +403,7 @@ private: void closeMlt(); void mltCheckLength(Mlt::Tractor *tractor); void mltPasteEffects(Mlt::Producer *source, Mlt::Producer *dest); - QMap mltGetTransitionParamsFromXml(QDomElement xml); + QMap mltGetTransitionParamsFromXml(const QDomElement &xml); QMap m_slowmotionProducers; /** @brief The ids of the clips that are currently being loaded for info query */ QStringList m_processingClipId; @@ -432,7 +432,7 @@ private slots: /** @brief Process the clip info requests (in a separate thread). */ void processFileProperties(); /** @brief A clip with multiple video streams was found, ask what to do. */ - void slotMultiStreamProducerFound(const QString path, QList audio_list, QList video_list, stringMap data); + void slotMultiStreamProducerFound(const QString &path, QList audio_list, QList video_list, stringMap data); void showFrame(Mlt::Frame *); void slotCheckSeeking();