1.NABI issue 36311 37259 37080 2.Prevent Issue Fix
authorravi.n2 <ravi.n2@samsung.com>
Tue, 7 May 2013 02:23:46 +0000 (07:53 +0530)
committerravi.n2 <ravi.n2@samsung.com>
Tue, 7 May 2013 02:23:46 +0000 (07:53 +0530)
Change-Id: I8f529ed0af3b83f194d9dba8be2851b668a4d541

src/CmCamcorderForm.cpp
src/CmCameraPresentationModel.cpp

index 173a5cd..bde9644 100644 (file)
@@ -6782,12 +6782,6 @@ CamcorderForm::SetRecordPauseButton(bool start)
        return r;
 
 CATCH:
-       if (pBitmap != null)
-       {
-               delete pBitmap;
-               pBitmap = null;
-       }
-
        AppLogDebug("EXIT - CATCH");
        return r;
 }
index 3a6abae..4b22f5d 100644 (file)
@@ -1097,6 +1097,7 @@ CameraPresentationModel::SetCamcorderRecordingResolution(void)
                                        if (*pRecordingResolution == tempDimentionWvga)
                                        {
                                                recordingResolutionIdx = idx;
+                                               __pCamera->SetPreviewResolution(tempDimentionWvga);
                                                break;
                                        }
                                }
@@ -1104,6 +1105,7 @@ CameraPresentationModel::SetCamcorderRecordingResolution(void)
                                {
                                        if (*pRecordingResolution == tempDimention)
                                        {
+                                               __pCamera->SetPreviewResolution(tempDimention);
                                                recordingResolutionIdx = idx;
                                                break;
                                        }