diff --git a/ext/qt/qtitem.cc b/ext/qt/qtitem.cc index 4bb1e89bd4..49dafc87eb 100644 --- a/ext/qt/qtitem.cc +++ b/ext/qt/qtitem.cc @@ -135,7 +135,7 @@ QtGLVideoItem::~QtGLVideoItem() * no qmlglsink's will call in again, and that * any ongoing calls are done by invalidating the proxy * pointer */ - GST_INFO ("%p Destroying QtGLVideoItem and invalidating the proxy %p", this, proxy.get()); + GST_INFO ("%p Destroying QtGLVideoItem and invalidating the proxy %p", this, proxy.data()); proxy->invalidateRef(); proxy.clear(); @@ -503,7 +503,7 @@ QtGLVideoItemInterface::getContext () } GstGLDisplay * -QtGLVideoItemInterface::getDisplay() +QtGLVideoItemInterface::getDisplay() { QMutexLocker locker(&lock);