-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* detect initialization type has to be made by FragmentRequest object * StreamProcessor has a dashHandler reference : remove the opposite reference. * remove unused parameter * hasInitialization and hasSegments don't need to be static functions * remove keepIndex parameter, always equals true * remove unused parameter * code simplification * liveEdgeFinder is only used in ScheduleController, move the instance in ScheduleController remove dependance to streamProcessor in liveEdgeFinder * add setInfo function to FragmentRequest class * call segmentsController.update only if needed case add comments * add startDataUpdate and endDataUpdate functions * remove useless parameter * add missing function in mock class * remove reference of DashHandler in RepresentationController * modify updateData function * rmove reference of streamProcessor in RepresentationController. RepresentationController is created in StreamProcessor, but the instance of StreamProcessor is not an attribute of RepresentationController * remove unused reference * remove circular dependencies between debug.js and settings.js * remove circular dependencies between BufferController.js and ThroughputRule.js * fix rebase conflicts * update isEndlessMedia function
- Loading branch information
Showing
34 changed files
with
370 additions
and
465 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.