Merge remote-tracking branch 'origin/5.3' into 5.4
Conflicts: src/gsttools/qgstreamervideoinputdevicecontrol.cpp src/plugins/gstreamer/camerabin/camerabinserviceplugin.cpp src/plugins/gstreamer/mediacapture/qgstreamercaptureserviceplugin.cpp Change-Id: Ic854589562d2deeaa0ebf75840cb8a2ee32e99de
This commit is contained in:
@@ -212,7 +212,7 @@ public:
|
||||
stride /= 4;
|
||||
}
|
||||
|
||||
m_width = qreal(m_frame.width() / stride);
|
||||
m_width = qreal(m_frame.width()) / stride;
|
||||
textureSize.setWidth(stride);
|
||||
|
||||
if (m_textureSize != textureSize) {
|
||||
|
||||
Reference in New Issue
Block a user