multimediacommscontroller/mmccsubcontroller/src/mccrtpmanager.cpp
changeset 32 f2ed1fc4c163
parent 0 1bce908db942
child 59 b0e4b01681c5
equal deleted inserted replaced
30:4c9e1ec7a69e 32:f2ed1fc4c163
   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 );
   519         dSink.ConfigureL( infoBuffer, NULL );
   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 );
   552         dSource.ConfigureL( infoBuffer, NULL );
   553         
   553         
   554         UpdateL( &aCodecInfo );
   554         UpdateL( &aCodecInfo );
   555         }
   555         }
   556     else
   556     else
   557         {
   557         {