X-Git-Url: http://cgit.sxemacs.org/?p=harmattan%2Fcameraplus;a=blobdiff_plain;f=qml%2FVideoPlayerPage.qml;h=9b6ec4f7bf2a07e2f250c19875f01109fab4bced;hp=535510e0bd2f611e6e7aeb6fc86147acd9ce9a8b;hb=d9f0af7e2ceb416fd44a0ca14d20df8604754dd1;hpb=f9343d91286d83a721186a78eb0296702ca4bc12;ds=sidebyside diff --git a/qml/VideoPlayerPage.qml b/qml/VideoPlayerPage.qml index 535510e..9b6ec4f 100644 --- a/qml/VideoPlayerPage.qml +++ b/qml/VideoPlayerPage.qml @@ -58,7 +58,7 @@ Item { VideoPlayer { id: video anchors.fill: parent - cameraConfig: cam.cameraConfig + cameraConfig: camera.cameraConfig onError: showError(qsTr("Error playing video. Please try again or restart the application"))