Skip to content
Snippets Groups Projects
  1. Feb 13, 2018
  2. Feb 12, 2018
    • Ku Lok Sun's avatar
      fix(progress control): Fix the video continuing to play when the user scrubs... · a1cef809
      Ku Lok Sun authored
      fix(progress control): Fix the video continuing to play when the user scrubs outside of seekbar (#4918)
      
      Scrubbing inside the seekbar paused the player properly but scrubbing inside the progress control outside the seekbar, the player never paused. This meant that when you scrubbed, if you kept the mouse down but lingered for a moment, the player would continue playing until the mouse moved again.
      
      This fixes it so that the seekbar mousedown and mouseup handlers are called when the progress control mousedown and mouseup handlers are triggered.
      a1cef809
    • Gary Katsevman's avatar
      fix: cache middleware instances per player (#4939) · 29a8ee1d
      Gary Katsevman authored
      Middleware factories currently get run each time a source is set. Because middleware are assocated with a player, the factories should only run once per player.
      
      This PR fixes it so that we associate a middleware instance with a middleware factory per player.
      Each time a player is disposed, we will clear the cache of the middleware instances for that player.
      
      Fixes #4677.
      29a8ee1d
  3. Feb 09, 2018
  4. Jan 31, 2018
  5. Jan 30, 2018
  6. Jan 26, 2018
  7. Jan 24, 2018
  8. Jan 23, 2018
  9. Jan 22, 2018
  10. Jan 05, 2018
  11. Jan 04, 2018
  12. Jan 03, 2018