videocollection/mpxmyvideoscollection/src/vcxmyvideoscollectionutil.cpp
branchRCL_3
changeset 8 ce5ada96ab30
parent 0 96612d01cf9f
child 16 67eb01668b0e
equal deleted inserted replaced
6:7d91903f795f 8:ce5ada96ab30
   234     TUint8 origin = EVcxMyVideosOriginOther;
   234     TUint8 origin = EVcxMyVideosOriginOther;
   235                             
   235                             
   236     if ( aVideo.IsSupported( KVcxMediaMyVideosOrigin ) )
   236     if ( aVideo.IsSupported( KVcxMediaMyVideosOrigin ) )
   237         {
   237         {
   238         origin = aVideo.ValueTObjectL<TUint8>( KVcxMediaMyVideosOrigin );                
   238         origin = aVideo.ValueTObjectL<TUint8>( KVcxMediaMyVideosOrigin );                
   239         if ( origin == EVcxMyVideosOriginSideLoaded )
   239         if ( origin == EVcxMyVideosOriginSideLoaded ||
       
   240                 origin == EVcxMyVideosOriginDownloaded ||
       
   241                 origin == EVcxMyVideosOriginTvRecording )
   240             {
   242             {
   241             origin = EVcxMyVideosOriginOther;
   243             origin = EVcxMyVideosOriginOther;
   242             }
   244             }
   243         }
   245         }
   244     return origin;
   246     return origin;