Skip to content
Snippets Groups Projects
  1. Jun 04, 2020
  2. Jun 03, 2020
  3. May 30, 2020
  4. May 29, 2020
  5. May 28, 2020
  6. May 25, 2020
  7. May 24, 2020
    • Thomas Guillem's avatar
      coreaudio: fix invalid delay after a unpause · f507868d
      Thomas Guillem authored
      
      The render host time was not updated while paused.
      
      This caused the first time_get(), after a unpause, to return a delay way too
      early (corresponding to the pause time). This could happen only when the ca
      render callback was not triggered between an unpause and a time_get.
      
      This invalid delay caused the insertion of a long silence, that was not
      interruptible, hence the impression of a deadlock.
      
      Fixes #24668
      
      (cherry picked from commit f9fce135)
      Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
      f507868d
  8. May 22, 2020
  9. May 19, 2020
  10. May 17, 2020
  11. May 16, 2020
Loading