Checked in to 210Cays and HEAD
Thanks
Yury
>-----Original Message-----
>From: ext Eric Hyche [mailto:ehyche real.com]
>Sent: Tuesday, April 15, 2008 7:40 AM
>To: Ramanovich Yury (Nokia-D-MSW/Dallas);
>common-dev helixcommunity.org; nokia-private-dev helixcommunity.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 (ehyche real.com)
>Technical Lead
>RealNetworks, Inc.
>
>> -----Original Message-----
>> From: nokia-private-dev-bounces helixcommunity.org
>> [mailto:nokia-private-dev-bounces helixcommunity.org] On Behalf Of
>> Yury.Ramanovich nokia.com
>> Sent: Monday, April 14, 2008 3:34 PM
>> To: common-dev helixcommunity.org;
>> nokia-private-dev helixcommunity.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.ramanovich nokia.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-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/comm
on-dev
|