update the use of streamProcessorDict in AbrController
requested to merge github/fork/Orange-OpenSource/manage_StreamProcessorDict_AbrController into development
Created by: nicosang
Hi,
this PR has to use, actually, streamProcessorDict attribute. Each time a streamProcessor is created,it is stored in streamProcessorDict array. So, the consequence is that the functions of AbrController just need type as parameter, not the streamProcessor reference.
Nicolas