multimediacommscontroller/mmccsubcontroller/src/mccrtpmanager.cpp
branchRCL_3
changeset 59 b0e4b01681c5
parent 42 817c922b90eb
equal deleted inserted replaced
55:f72c4fccd381 59:b0e4b01681c5
   514                                          iSecSession );
   514                                          iSecSession );
   515         
   515         
   516         dSink.SetSessionParamsL( sessParams );
   516         dSink.SetSessionParamsL( sessParams );
   517         
   517         
   518         TMccCodecInfoBuffer infoBuffer( aCodecInfo );
   518         TMccCodecInfoBuffer infoBuffer( aCodecInfo );
   519         dSink.ConfigureL( infoBuffer, NULL );
   519         dSink.ConfigureL( infoBuffer );
   520         
   520         
   521         UpdateL( &aCodecInfo );
   521         UpdateL( &aCodecInfo );
   522         }
   522         }
   523     else
   523     else
   524         {
   524         {
   547                                          iSecSession );
   547                                          iSecSession );
   548         
   548         
   549         dSource.SetSessionParamsL( sessParams );
   549         dSource.SetSessionParamsL( sessParams );
   550         
   550         
   551         TMccCodecInfoBuffer infoBuffer( aCodecInfo );
   551         TMccCodecInfoBuffer infoBuffer( aCodecInfo );
   552         dSource.ConfigureL( infoBuffer, NULL );
   552         dSource.ConfigureL( infoBuffer );
   553         
   553         
   554         UpdateL( &aCodecInfo );
   554         UpdateL( &aCodecInfo );
   555         }
   555         }
   556     else
   556     else
   557         {
   557         {