This file shows the results of testing the four apps videowidget, videographicsitem, viewfinderwidget, viewfindergraphicsitem on S^3 and 5.0 devices. The following is the expected behaviour: * Background of app TLW is blue * Region of videowidget / graphicsitem is black before video content appears * Video content appears in the correct region of the screen * Background of the app TLW remains blue once video content is shown On each device, the app must be run twice: 1. Default parameters a) Check expected behaviour when app is launched b) Check UI and video content continue to be rendered correctly when device orientation is changed 2. Pass -translucent parameter on command line (causes Qt::WA_TranslucentBackground to be set on the TLW) a) Check expected behaviour when app is launched b) Check UI and video content continue to be rendered correctly when device orientation is changed On NGA devices, the app must then be run using the raster graphics system by passing '-graphicssystem raster' on the command line. The same four use cases listed above should then be re-tested. ------------------------------------------------------------------------------- qtm-multimedia/1.1 HEAD (i.e. original behaviour with no patches applied) ------------------------------------------------------------------------------- testapps/videowidget N8 OK N8 rotate OK N8 raster - N8 raster, rotate - N8 translucent OK N8 translucent, rotate OK N8 raster, translucent - N8 raster, translucent, rotate - 5800 OK (but see QTMOBILITY-1062) 5800, rotate OK 5800 translucent OK 5800 translucent, rotate OK testapps/videographicsitem N8 rest of view goes black (QTMOBILITY-1029) N8 rotate rest of view goes black N8 raster - N8 raster, rotate - N8 translucent OK N8 translucent, rotate OK N8 raster, translucent - N8 raster, translucent, rotate - 5800 video not visible (black) 5800, rotate video not visible (black) 5800 translucent video not visible (transparent - can see through to another app window below) 5800 translucent, rotate video not visible (transparent - can see through to another app window below) Note that git@scm.dev.nokia.troll.no:personal/gstockwells-videographicsitem.git works - what is that app doing which testapps/videographicsitem is not? testapps/viewfinderwidget N8 OK N8 rotate OK N8 raster - N8 raster, rotate - N8 translucent OK N8 translucent, rotate OK N8 raster, translucent - N8 raster, translucent, rotate - 5800 OK 5800, rotate OK 5800 translucent OK 5800 translucent, rotate OK testapps/viewfindergraphicsitem Not tested, because QVideoWindowControl support is not in qtm-multimedia/1.1 (MOBILITY-2271 / QTMOBILITY-728) N8 - N8 rotate - N8 raster - N8 raster, rotate - N8 translucent - N8 translucent, rotate - N8 raster, translucent - N8 raster, translucent, rotate - 5800 - 5800, rotate - 5800 translucent - 5800 translucent, rotate -