[Bug 753812] New: qt: Checks for Qt5 don't require new enough version.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Aug 19 03:58:22 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=753812
Bug ID: 753812
Summary: qt: Checks for Qt5 don't require new enough version.
Classification: Platform
Product: GStreamer
Version: unspecified
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: vchipirras6 at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
When compiling the module bad, I got an error in gst-plugin-bad/ext/qt:
qtitem.cc: In member function 'virtual QSGNode*
QtGLVideoItem::updatePaintNode(QSGNode*, QQuickItem::UpdatePaintNodeData*)':
qtitem.cc:185:14: error: 'class QSGSimpleTextureNode' has no member named
'setOwnsTexture'
texNode->setOwnsTexture (true);
^
I have version 5.2.1 of qt. setOwnsTexture method is new in 5.4
http://doc.qt.io/qt-5/qsgsimpletexturenode.html#setOwnsTexture
The checks for qt5 in configure.ac have to be updated.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list