Fix for N_SE-49111, Updated the result section correctly
authorRahul Varna <rahul.varna@samsung.com>
Tue, 20 Aug 2013 07:06:22 +0000 (12:36 +0530)
committerRahul Varna <rahul.varna@samsung.com>
Tue, 20 Aug 2013 07:06:22 +0000 (12:36 +0530)
Signed-off-by: Rahul Varna <rahul.varna@samsung.com>
project/src/Codec/VideoEncoderForm.cpp

index a0a632d..497fdce 100644 (file)
@@ -1340,6 +1340,7 @@ VideoEncoderForm::OnUserEventReceivedN(RequestId requestId, Tizen::Base::Collect
                        Draw();
                }
 
+               EditFileName(__frameHeight, __frameWidth, __consumedByte, __maxBytes, __totalEncodingTime);\r
                String r(L"Cancelled");
                EditResultValue(r);
 
@@ -1473,6 +1474,7 @@ VideoEncoderForm::OnUserEventReceivedN(RequestId requestId, Tizen::Base::Collect
                        Draw();
                }
 
+               EditFileName(__frameHeight, __frameWidth, __decodedByte, __maxDecodedBytes, __totalDecodingTime);\r
                String r(L"Cancelled");
                EditResultValue(r);