Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Code refactoring] remove circular dependencies #3256

Commits on May 19, 2020

  1. Code refactoring: remove circular dependencies from/to StreamControll…

    …er and StreamProcessor
    Bertrand Berthelot committed May 19, 2020
    Copy the full SHA
    4ac52d9 View commit details
    Browse the repository at this point in the history
  2. Code refactoring: update unit tests

    Bertrand Berthelot committed May 19, 2020
    Copy the full SHA
    1f6a3b9 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Code refactoring: fix BufferController events listeners

    Bertrand Berthelot committed May 26, 2020
    Copy the full SHA
    0fdc08b View commit details
    Browse the repository at this point in the history
  2. Code refactoring:

    - rename BufferController.switchInitData() by appendInitSegment()
    - add method BufferController.replaceBuffer() for replacing buffer when switching track (replace resetBufferInProgress mechanism)
    Bertrand Berthelot committed May 26, 2020
    Copy the full SHA
    5fb5e0e View commit details
    Browse the repository at this point in the history
  3. Code refactoring: fix scheduler start after track switch

    Bertrand Berthelot committed May 26, 2020
    Copy the full SHA
    892fbb2 View commit details
    Browse the repository at this point in the history
  4. Code refactoring: fix unit tests

    Bertrand Berthelot committed May 26, 2020
    Copy the full SHA
    a3b609b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. remove some logs

    Bertrand Berthelot committed May 27, 2020
    Copy the full SHA
    c112a2a View commit details
    Browse the repository at this point in the history
  2. use mimeType (and not type) when whecking if text track

    Bertrand Berthelot committed May 27, 2020
    Copy the full SHA
    185bb4d View commit details
    Browse the repository at this point in the history
  3. code refactoring: fix TIMED_TEXT_REQUESTED event listener

    Bertrand Berthelot committed May 27, 2020
    Copy the full SHA
    b4bc301 View commit details
    Browse the repository at this point in the history
  4. code refactoring: fix current representation info update for schedule…

    …Controller (to update fragmentDuration for example in case of SegmentTimeline)
    Bertrand Berthelot committed May 27, 2020
    Copy the full SHA
    9e3dbe8 View commit details
    Browse the repository at this point in the history
  5. code comment

    Bertrand Berthelot committed May 27, 2020
    Copy the full SHA
    55f2dba View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Fix unit tests

    Bertrand Berthelot committed Jun 3, 2020
    Copy the full SHA
    d7afbd9 View commit details
    Browse the repository at this point in the history
  2. ScheduleController: fix hasVideoTrack initiailization

    Bertrand Berthelot committed Jun 3, 2020
    Copy the full SHA
    b8be458 View commit details
    Browse the repository at this point in the history
  3. add buffer level metrics in StreamProcessor

    Bertrand Berthelot committed Jun 3, 2020
    Copy the full SHA
    09315d7 View commit details
    Browse the repository at this point in the history