After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 720124 - tests/examples/overlay/qt-videooverlay.cpp has incorrect include from Qt
tests/examples/overlay/qt-videooverlay.cpp has incorrect include from Qt
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.2.1
Other Linux
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-12-09 18:48 UTC by Artem Pylypchuk
Modified: 2014-01-20 08:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Artem Pylypchuk 2013-12-09 18:48:41 UTC
Please change the line from tests/examples/overlay/qt-videooverlay.cpp

#include <QTimer>

 into

#include <QtCore/QTimer> 

so that gst-plugins-base tests build successfully with Qt 4.x.
Comment 1 Sebastian Dröge (slomo) 2014-01-20 08:47:09 UTC
Should be obsolete with this, also in general sounds like a packaging problem by your distro.

commit 5dd8e9cdd4d6b9c8c936630ab49da5bcec4728a1
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Mon Jan 20 09:46:15 2014 +0100

    examples: Port Qt examples to Qt5