Possible bug in PlaybackController
Created by: KarishmaBagga
If I understand it right, an object of PlaybackController is created per Stream (aka period in mpd). It has trackInfo with it...as I see it there's only one trackInfo for all adaptations...isn't that wrong? Especially when we call this.adapter.getFragmentRequestForTime in onBytesAppended..it tries to check trackInfo.quality...won't this get wrong? Please correct me if I am wrong