[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 7eac300..c6ec51b 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 8fa3c9d..10df142 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 d743b58..a2d70a8 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");