[Bug 720124] New: tests/examples/overlay/qt-videooverlay.cpp has incorrect include from Qt

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 9 10:48:43 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=720124
  GStreamer | gst-plugins-base | 1.2.1

           Summary: tests/examples/overlay/qt-videooverlay.cpp has
                    incorrect include from Qt
    Classification: Platform
           Product: GStreamer
           Version: 1.2.1
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: articice at ua.fm
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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