Fix X11 and QPA compilation problems
authorJonas Rabbe <jonas.rabbe@nokia.com>
Fri, 9 Dec 2011 01:45:11 +0000 (11:45 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 13 Dec 2011 00:22:28 +0000 (01:22 +0100)
commit4f3294930af1ea4350bc8dd5225afd17591f16cd
tree9d941147930f09cf568884030783a0a4dbaff11e
parent9d526fca670ba90c8ad433f60bd94f9b9975e18d
Fix X11 and QPA compilation problems

The X11 buffer pool was using outdated APIs, and as the 'qpa'
configuration value is being removed, it caused the X11 code
to be pulled in, and therefore cause compilation failures.

Change-Id: I5fdaed854c6525716fccca44b5fbd0b850880cb9
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
18 files changed:
config.tests/xvideo/main.cpp [new file with mode: 0644]
config.tests/xvideo/xvideo.pro [new file with mode: 0644]
src/gsttools/gsttools.pro
src/gsttools/qgstxvimagebuffer.cpp
src/gsttools/qvideosurfacegstsink.cpp
src/multimedia/gsttools_headers/qgstxvimagebuffer_p.h
src/multimedia/gsttools_headers/qvideosurfacegstsink_p.h
src/plugins/gstreamer/camerabin/camerabinservice.cpp
src/plugins/gstreamer/gstreamer.pro
src/plugins/gstreamer/mediacapture/qgstreamercaptureservice.cpp
src/plugins/gstreamer/mediaplayer/qgstreamerplayerservice.cpp
src/plugins/gstreamer/qgstreamervideooverlay.cpp
src/plugins/gstreamer/qgstreamervideooverlay.h
src/plugins/gstreamer/qgstreamervideowindow.cpp
src/plugins/gstreamer/qgstreamervideowindow.h
src/plugins/gstreamer/qx11videosurface.cpp
src/plugins/gstreamer/qx11videosurface.h
sync.profile