summaryrefslogtreecommitdiffstats
path: root/tests/auto/qvideowidget
Commit message (Collapse)AuthorAgeFilesLines
* Multimedia tests; fix for missing dependencyJustin McPherson2010-04-201-1/+1
| | | | Reviewed-by: Andrew den Exter
* Fixed QVideoWidget test, waiting for video surface painted.Dmytro Poplavskiy2010-04-191-1/+3
| | | | | | | | | It's not always sufficient just to call QCoreApplication::processEvents(QEventLoop::AllEvents) to ensure update is processed (at least on mac), so wait for some time until the video frame is rendered. Reviewed-by: Kurt Korbatits
* Tests; Fix media tests, make sure they are using mediaservies.Justin McPherson2010-04-192-10/+10
| | | | Reviewed-by: Dmytro Poplavskiy
* Create Mediaservices lib, separate from Multimedia.Justin McPherson2010-04-151-1/+1
|
* Replace AspectRatioMode enum from QVideoWidget with Qt::AspectRatioMode.Andrew den Exter2010-03-181-42/+42
| | | | | Task-number: QTBUG-9118 Reviewed-by: Dmytro Poplavskiy
* Disable the full screen video widget tests on X11.Andrew den Exter2010-02-181-3/+8
| | | | Too susceptible to timing problems.
* Fix license headers.Justin McPherson2010-02-171-2/+2
|
* Don't clear the video output when the video widget is hidden.Andrew den Exter2010-02-081-3/+3
| | | | | | | | Changing the video output is a heavy task and is likely to interrupt playback. Not really worth the cost for knowing the video isn't being decoded while it cant be seen. This also applies to the QGraphicsVideoItem.
* Move QtMobility multimedia framework into Qt.Justin McPherson2010-01-152-0/+1601