summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Wu <peng.wu@intopalo.com>2015-06-01 16:13:27 +0300
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-06-03 04:29:19 +0000
commit00789e7d4ebbf4adb40a7722db43a03bcf5c3b4d (patch)
tree6cf7fc5ec26ec78aaeddcbd366af395f7c028f9d
parent762bce7a06de20d87425a363a83a01bd0be9159a (diff)
downloadqtmultimedia-00789e7d4ebbf4adb40a7722db43a03bcf5c3b4d.tar.gz
winrt: fix camera preview on Lumia 530
Lumia 530 has the same QTBUG-44838 device bug that gives black frames when blitting to the target texture for image preview. Add it to workaround blacklist. Task-number: QTBUG-45920 Change-Id: Ia411793b90e487fa57b943ed7f01e370bfb84a1f Reviewed-by: Andrew Knight <andrew.knight@intopalo.com>
-rw-r--r--src/plugins/winrt/qwinrtcameracontrol.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/winrt/qwinrtcameracontrol.cpp b/src/plugins/winrt/qwinrtcameracontrol.cpp
index e4a577642..2f71674fe 100644
--- a/src/plugins/winrt/qwinrtcameracontrol.cpp
+++ b/src/plugins/winrt/qwinrtcameracontrol.cpp
@@ -129,6 +129,7 @@ public:
hr = deviceInfo->get_SystemSku(deviceModel.GetAddressOf());
Q_ASSERT_SUCCEEDED(hr);
m_flags |= bufferLockRequired(L"NOKIA RM-976", deviceModel);
+ m_flags |= bufferLockRequired(L"NOKIA RM-1019", deviceModel);
#endif
}