[TBT][camera][Non-ACR][TFIVE-14724, TFIVE-14735 Fixed camera recording crash after... 52/191252/1
authorAmritanshu Pandia <a.pandia1@samsung.com>
Mon, 15 Oct 2018 05:20:08 +0000 (10:50 +0530)
committerAmritanshu Pandia <a.pandia1@samsung.com>
Mon, 15 Oct 2018 05:20:08 +0000 (10:50 +0530)
Change-Id: I5412f2f5f972354d8bbef79f6241f77ad59a617f
Signed-off-by: Amritanshu Pandia <a.pandia1@samsung.com>
release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk
release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk
tbtcoreapp/src/view/tbt-camera-view.c

index 7eac300af50ae4a5be96406ac01b864c9dd6003a..c6ec51b6a7e80316d1179b5e63b1d255b18d5d70 100755 (executable)
Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk differ
index 8fa3c9dd817321cb7ad36ead064cb24e2c212930..10df1422c1c1e7814448edc18164e8e038feafbc 100755 (executable)
Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk differ
index d743b5854dbb07e6c63b0ceb671ba4d87ec0b6e1..a2d70a83174aaaeef2c0c008a0b3f173a6a49513 100644 (file)
@@ -939,11 +939,8 @@ static void _limit_reached_cb(recorder_recording_limit_type_e type, void *user_d
                view->recording = EINA_FALSE;
 
                stop_video_recorder(view);
-               destroy_video_recorder(view);
-               destroy_camera(view);
                destroy_player(view);
 
-               start_camera(view);
                start_player(view);
 
                elm_object_text_set(view->capture_btn, "Record");