Changes between Version 2 and Version 4 of Ticket #2120


Ignore:
Timestamp:
10/16/09 14:50:53 (16 years ago)
Author:
stefan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2120

    • Property Status changed from s2a_design_started to s3b_implementation_finished
  • Ticket #2120 – Description

    v2 v4  
    66 * natives - in the media_decoder.h file in the decodeaudio3 method, the assert that used to check whether the decoding of the packet is successful is changed to if clause, and if it is corrupted/missing/ it throws an exception that is handled in the mainLoop of the native. A ErrorResponse with the exception message is returned to the java side. 
    77 
    8 A patch with the changes is added. 
     8A sample .mp3 file is added to this ticked in order to test the fix. 
     9The patch with the changes is added.