From 9d429a4416e2cebe548cfd34de9bd55e080baf0d Mon Sep 17 00:00:00 2001 From: Thomas McGuire Date: Mon, 9 Jul 2012 09:25:34 +0200 Subject: [PATCH] Blackberry: Fix erratic video resize behaviour Change-Id: I699e7f81abb73e75eca2ddda22c7e5f2e852fcd5 Reviewed-by: Sean Harmer Reviewed-by: Michael Goddard --- src/plugins/blackberry/bbvideowindowcontrol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/blackberry/bbvideowindowcontrol.cpp b/src/plugins/blackberry/bbvideowindowcontrol.cpp index fe2b633b..69056191 100644 --- a/src/plugins/blackberry/bbvideowindowcontrol.cpp +++ b/src/plugins/blackberry/bbvideowindowcontrol.cpp @@ -221,7 +221,7 @@ void BbVideoWindowControl::attachDisplay(mmr_context_t *context) // Start with an invisible window. If it would be visible right away, it would be at the wrong // position, and we can only change the position once we get the window handle. const QString videoDeviceUrl = - QString("screen:?winid=%1&wingrp=%2&initflags=invisible").arg(m_windowName).arg(groupName); + QString("screen:?winid=%1&wingrp=%2&initflags=invisible&nodstviewport=1").arg(m_windowName).arg(groupName); m_videoId = mmr_output_attach(context, videoDeviceUrl.toLatin1(), "video"); if (m_videoId == -1) {