X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmltdevicecapture.h;fp=src%2Fmltdevicecapture.h;h=b0004a31519c86c0b630394bd6779a39b207616b;hb=fb460899af4f72c9d4c328d9a6a2253e4a35b173;hp=27c5234636f11bf563180c67ad053d6f6f64141c;hpb=8803ee16956bee2839140825d2d194e7df1b22e1;p=kdenlive diff --git a/src/mltdevicecapture.h b/src/mltdevicecapture.h index 27c52346..b0004a31 100644 --- a/src/mltdevicecapture.h +++ b/src/mltdevicecapture.h @@ -50,7 +50,7 @@ Q_OBJECT public: /** @brief Build a MLT Renderer * @param winid The parent widget identifier (required for SDL display). Set to 0 for OpenGL rendering * @param profile The MLT profile used for the capture (default one will be used if empty). */ - MltDeviceCapture(QString profile, VideoContainer *surface, QWidget *parent = 0); + MltDeviceCapture(QString profile, VideoSurface *surface, QWidget *parent = 0); /** @brief Destroy the MLT Renderer. */ ~MltDeviceCapture(); @@ -108,7 +108,7 @@ private: int m_frameCount; /** @brief The surface onto which the captured frames should be painted. */ - VideoContainer *m_captureDisplayWidget; + VideoSurface *m_captureDisplayWidget; /** @brief A human-readable description of this renderer. */ int m_winid;