Commits (7)
-
Maurice Kalinowski authored
Otherwise it will cause asserts and/or crashes. Change-Id: If8af4202395ae573b280744343dd853346a8c160 Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
c0319d1c -
Yoann Lopes authored
Task-number: QTBUG-40338 Change-Id: Ic23dabaad94d7b293019460710ae1a097002e227 Reviewed-by:
Christian Stromme <christian.stromme@qt.io>
4fa23e08 -
Yoann Lopes authored
On OSX, it's not possible to reset the frame rate to the default value by passing kCMTimeInvalid, so just set the first value from the supported frame rates. Change-Id: I984101c2a95e13053228e56f19b353e716eb2b67 Reviewed-by:
Christian Stromme <christian.stromme@qt.io>
a4656b06 -
Yoann Lopes authored
The texture renderer could end up in a situation where a frame could be scheduled to be rendered after the renderer was reset. Change-Id: Ie6b6c9d0b5f5851f14aa6eb5f8421196aff8c691 Reviewed-by:
Christian Stromme <christian.stromme@qt.io>
d76d3184 -
Yoann Lopes authored
- "default" is a valid argument for snd_pcm_open(), let ALSA handle that case rather than using the first device in the list. - Don't add "default" in the list of available devices if there is already one. Change-Id: Icd41aa6677923a79faf6c90d0627eedd8700b91b Reviewed-by:
Christian Stromme <christian.stromme@qt.io>
5473621b -
Edward Welbourne authored
c.f. the constructor already doing the same for provider and the various fields populated by initControls(), which init() calls. Should be redundant (all QCamera constructors do invoke d->init() as soon as they've constructed d), but better safe than sorry. Calms Coverity (CID 22319). Change-Id: Ibf5d13bb1ef17be8e66fa14ed5617b700051c495 Reviewed-by:
Yoann Lopes <yoann.lopes@qt.io>
b3aa26a0 -
Christian Strømme authored
We would attempt to delete the AndroidCameraPrivate object twice if the native call to open failed. On recent version of Android (~6.0), this problem is harder to reproduce, as the camera is properly released when the application goes into the background. Task-number: QTBUG-53536 Change-Id: I064d276f9025924dfdb071aa52311d2b553c6953 Reviewed-by:
Yoann Lopes <yoann.lopes@qt.io>
b3af8f65
Showing