Hi,
there is a green flash (at least on Windows using Directshow, QML opengl
backend) when the video start (more exactly when the video is in play state
and there not yet the first frame).
I have add in latest git mobility source code, the following :
There is now no more flash ... instead a black area .. It works fine. I
suppose it's a bug, I have no idee how to propose this patch to git ... Is
there someone in Qt-mobility that can check this patch (if you are
interested of course :) .... or is it better to send a bug to jira ?
@
void QPainterVideoSurface::paint(QPainter *painter, const QRectF &target,
const QRectF &source)
{
if(m_ready)
{
painter->fillRect(target, QBrush(Qt::black));
return;
}
@
_______________________________________________
Qt-mobility-feedback mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-mobility-feedback