summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/multimedia.pro
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2012-01-20 15:51:22 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-27 07:35:06 +0100
commitbad94a532996339da23906764521447803f24b16 (patch)
tree414f02bb075b3ab54b310e1027100639f6a9570d /tests/auto/unit/multimedia.pro
parent3b00730ecaeb4f780b897c3f0683c1d449e7c6c7 (diff)
Add a rendered and content rectangle properties to VideoOutput QML.
So you can align controls with an edge of the rendered area. There's also some convenience functions for mapping source to and from destination coordinates. Also tweaked the updateGeometry function to bail out if no input parameters have changed, rather than doing some more boring maths. Added a unit test for a lot of the class, too. Change-Id: I943bb45e4e56356247d5d6deb5d446222edcb7ca Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
Diffstat (limited to 'tests/auto/unit/multimedia.pro')
-rw-r--r--tests/auto/unit/multimedia.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/unit/multimedia.pro b/tests/auto/unit/multimedia.pro
index 8cebc34a8..164cc20ed 100644
--- a/tests/auto/unit/multimedia.pro
+++ b/tests/auto/unit/multimedia.pro
@@ -28,12 +28,12 @@ SUBDIRS += \
qvideoencodercontrol \
qvideoframe \
qvideosurfaceformat \
- qwavedecoder
+ qwavedecoder \
# Tests depending on private interfaces should only be built if
# these interfaces are exported.
contains (QT_CONFIG, private_tests) {
SUBDIRS += \
qdeclarativeaudio \
- qmediaimageviewer \
+ qmediaimageviewer
}