List Info

Thread: CR needed: EAKC-7DLT25 - mediaplayer displays a'system error'




CR needed: EAKC-7DLT25 - mediaplayer displays a'system error'
country flaguser name
United States
2008-04-15 07:40:10
Looks good.

=============================================
Eric Hyche (ehychereal.com)
Technical Lead
RealNetworks, Inc.  

> -----Original Message-----
> From: nokia-private-dev-bounceshelixcommunity.org 
> [mailto:nokia-private-dev-bounceshelixcommunity.org] On 
> Behalf Of Yury.Ramanovichnokia.com
> Sent: Monday, April 14, 2008 3:34 PM
> To: common-devhelixcommunity.org; 
> nokia-private-devhelixcommunity.org
> Subject: [Nokia-private-dev] CR needed: EAKC-7DLT25 - 
> mediaplayer displays a'system error' when attempting to
play 
> a RealMedia 720x480clip without audio
> 
> Modified by:  yury.ramanovichnokia.com 
>   
> Reviewed by: 
>   
> Date: 04/14/2008 
>   
> Project: SymbianMmf_wm 
>   
> ErrorId: EAKC-7DLT25 
>   
> Synopsis: mediaplayer displays a 'system error' when 
> attempting to play a RealMedia 720x480 clip without
audio 
> 
> Overview: for this clip 
> CMDFDevVideoServerSession::ConfigureDecoderL() leaves
with 
> KErrExtensionNotSupported which is mapped by default to
HXR_FAIL.
> 
> Solution: map KErrExtensionNotSupported to 
> HXR_UNSUPPORTED_VIDEO in
CHXSymbianErrorMapper::HXStatusMap 
> table. This will cause KErrNotSupported to be
propagated to 
> UI and 'Invalid clip' message displayed to user.
> 
> Files modified: 
>
/common/system/platform/symbian/symbian_error_mapper.cpp 
> 
> Files added: 
> None. 
> 
> 
> Image Size and Heap Use impact: minor. 
> 
> Module Release testing (STIF) : Yes, Passed 
> 
> Test case(s) Added  : No 
>   
> Memory leak check performed : Yes. No new memory leaks
introduced. 
>   
> Platforms and Profiles Build Verified: 
> helix-client-s60-50-mmf-mdf-arm 
> 
> Platforms and Profiles Functionality verified: armv5,
winscw 
>   
> Branch: Head & 210CayS 
> 
> 
> Index: symbian_error_mapper.cpp 
>
============================================================
======= 
> RCS file: 
>
/cvsroot/common/system/platform/symbian/symbian_error_mapper
.cpp,v 
> retrieving revision 1.1 
> diff -u -w -r1.1 symbian_error_mapper.cpp 
> --- symbian_error_mapper.cpp    13 Feb 2008 16:37:01
-0000      1.1 
> +++ symbian_error_mapper.cpp    14 Apr 2008 19:06:52
-0000 
>  -76,7 +76,8  
>      { KErrCancel,                        HXR_CANCELLED
      
>            }, 
>      { KErrSessionClosed,                 HXR_CLOSED   
      
>            }, 
>      { KErrCorrupt,                      
HXR_CORRUPT_FILE    
>            }, 
> -    { KErrPermissionDenied,             
HXR_NOT_AUTHORIZED  
>            } 
> +    { KErrPermissionDenied,             
HXR_NOT_AUTHORIZED  
>            }, 
> +    { KErrExtensionNotSupported,         
> HXR_UNSUPPORTED_VIDEO          } 
>  }; 
>   
>  static const int NumHxStatus = 
> sizeof(HXStatusMap)/sizeof(MMFHXStatus); 
> 
> 


_______________________________________________
Common-dev mailing list
Common-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/comm
on-dev

CR needed: EAKC-7DLT25 - mediaplayer displays a'system error'
user name
2008-04-15 10:19:42
Checked in to 210Cays and HEAD

Thanks
Yury
 

>-----Original Message-----
>From: ext Eric Hyche [mailto:ehychereal.com]

>Sent: Tuesday, April 15, 2008 7:40 AM
>To: Ramanovich Yury (Nokia-D-MSW/Dallas); 
>common-devhelixcommunity.org; nokia-private-devhelixcommunity.org
>Subject: RE: [Nokia-private-dev] CR needed: EAKC-7DLT25
- 
>mediaplayer displays a'system error' when attempting to
play a 
>RealMedia 720x480clip without audio
>
>
>Looks good.
>
>=============================================
>Eric Hyche (ehychereal.com)
>Technical Lead
>RealNetworks, Inc.  
>
>> -----Original Message-----
>> From: nokia-private-dev-bounceshelixcommunity.org
>> [mailto:nokia-private-dev-bounceshelixcommunity.org] On Behalf Of 
>> Yury.Ramanovichnokia.com
>> Sent: Monday, April 14, 2008 3:34 PM
>> To: common-devhelixcommunity.org;
>> nokia-private-devhelixcommunity.org
>> Subject: [Nokia-private-dev] CR needed: EAKC-7DLT25
- mediaplayer 
>> displays a'system error' when attempting to play a
RealMedia 
>> 720x480clip without audio
>> 
>> Modified by:  yury.ramanovichnokia.com
>>   
>> Reviewed by: 
>>   
>> Date: 04/14/2008
>>   
>> Project: SymbianMmf_wm
>>   
>> ErrorId: EAKC-7DLT25
>>   
>> Synopsis: mediaplayer displays a 'system error'
when attempting to 
>> play a RealMedia 720x480 clip without audio
>> 
>> Overview: for this clip
>> CMDFDevVideoServerSession::ConfigureDecoderL()
leaves with 
>> KErrExtensionNotSupported which is mapped by
default to HXR_FAIL.
>> 
>> Solution: map KErrExtensionNotSupported to
HXR_UNSUPPORTED_VIDEO in 
>> CHXSymbianErrorMapper::HXStatusMap
>> table. This will cause KErrNotSupported to be
propagated to UI and 
>> 'Invalid clip' message displayed to user.
>> 
>> Files modified: 
>>
/common/system/platform/symbian/symbian_error_mapper.cpp
>> 
>> Files added: 
>> None. 
>> 
>> 
>> Image Size and Heap Use impact: minor. 
>> 
>> Module Release testing (STIF) : Yes, Passed
>> 
>> Test case(s) Added  : No
>>   
>> Memory leak check performed : Yes. No new memory
leaks introduced. 
>>   
>> Platforms and Profiles Build Verified: 
>> helix-client-s60-50-mmf-mdf-arm
>> 
>> Platforms and Profiles Functionality verified:
armv5, winscw
>>   
>> Branch: Head & 210CayS
>> 
>> 
>> Index: symbian_error_mapper.cpp
>>
============================================================
=======
>> RCS file: 
>>
/cvsroot/common/system/platform/symbian/symbian_error_mapper
.cpp,v
>> retrieving revision 1.1
>> diff -u -w -r1.1 symbian_error_mapper.cpp 
>> --- symbian_error_mapper.cpp    13 Feb 2008
16:37:01 -0000      1.1 
>> +++ symbian_error_mapper.cpp    14 Apr 2008
19:06:52 -0000 
>>  -76,7 +76,8  
>>      { KErrCancel,                       
HXR_CANCELLED       
>>            }, 
>>      { KErrSessionClosed,                
HXR_CLOSED          
>>            }, 
>>      { KErrCorrupt,                      
HXR_CORRUPT_FILE    
>>            }, 
>> -    { KErrPermissionDenied,             
HXR_NOT_AUTHORIZED  
>>            }
>> +    { KErrPermissionDenied,             
HXR_NOT_AUTHORIZED  
>>            },
>> +    { KErrExtensionNotSupported,         
>> HXR_UNSUPPORTED_VIDEO          } 
>>  };
>>   
>>  static const int NumHxStatus =
>> sizeof(HXStatusMap)/sizeof(MMFHXStatus);
>> 
>> 
>
>

_______________________________________________
Common-dev mailing list
Common-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/comm
on-dev

[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )