diff options
author | Yoann Lopes <yoann.lopes@digia.com> | 2013-09-20 14:02:24 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-09-20 14:37:06 +0200 |
commit | c3ca3a760e85fc66146d61b2f3ac09e97197b9e9 (patch) | |
tree | a2102899637bce3f7c3f4de04fd0fad958c25b28 /qtmultimedia.pro | |
parent | ac029c65f273ce5dd20da8e84d1bcff2fd6749d4 (diff) | |
download | qtmultimedia-c3ca3a760e85fc66146d61b2f3ac09e97197b9e9.tar.gz |
Some cleanup in the GStreamer plugin.
Removed QGstreamerVideoOverlay and related classes. It was used as
'Window' control but performs worse than QGstreamerVideoWindow which
does basically the same thing using GStreamer ready-made components
instead.
Removed X11 dependencies and related configuration tests. It was only
needed for QGstreamerVideoOverlay.
Change-Id: I2ad2636ccf0060e56cd64f3d9e5b3c24dc75f5a3
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
Diffstat (limited to 'qtmultimedia.pro')
-rw-r--r-- | qtmultimedia.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qtmultimedia.pro b/qtmultimedia.pro index d285c3cbc..0c5ad66fb 100644 --- a/qtmultimedia.pro +++ b/qtmultimedia.pro @@ -24,7 +24,6 @@ win32 { qtCompileTest(gstreamer_appsrc) } qtCompileTest(resourcepolicy) - qtCompileTest(xvideo) } load(qt_parts) |