From: Amritanshu Pandia Date: Mon, 15 Oct 2018 05:20:08 +0000 (+0530) Subject: [TBT][camera][Non-ACR][TFIVE-14724, TFIVE-14735 Fixed camera recording crash after... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a0195262549848e6782f444c2cb4b4a3d047c77;p=test%2Ftct%2Fnative%2Fbehavior.git [TBT][camera][Non-ACR][TFIVE-14724, TFIVE-14735 Fixed camera recording crash after time limit] Change-Id: I5412f2f5f972354d8bbef79f6241f77ad59a617f Signed-off-by: Amritanshu Pandia --- diff --git a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk index 7eac300..c6ec51b 100755 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 diff --git a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk index 8fa3c9d..10df142 100755 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 diff --git a/tbtcoreapp/src/view/tbt-camera-view.c b/tbtcoreapp/src/view/tbt-camera-view.c index d743b58..a2d70a8 100644 --- a/tbtcoreapp/src/view/tbt-camera-view.c +++ b/tbtcoreapp/src/view/tbt-camera-view.c @@ -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");