Merge branch 'mer/fix-updatemaxzoom' into 'mer-5.6'

Gstreamer: correct signal name in CameraBinZoom::updateZoom

See merge request mer-core/qtmultimedia!29
This commit is contained in:
pvuorela
2019-11-20 11:22:07 +00:00

View File

@@ -133,7 +133,7 @@ void CameraBinZoom::updateMaxZoom(GObject *o, GParamSpec *p, gpointer d)
CameraBinZoom *zoom = reinterpret_cast<CameraBinZoom *>(d);
QMetaObject::invokeMethod(zoom, "maximumOpticalZoomChanged",
QMetaObject::invokeMethod(zoom, "maximumDigitalZoomChanged",
Qt::QueuedConnection,
Q_ARG(qreal, zoomFactor));
}