1. 14 Mar, 2012 6 commits
  2. 13 Mar, 2012 15 commits
  3. 12 Mar, 2012 18 commits
  4. 11 Mar, 2012 1 commit
    • Rémi Denis-Courmont's avatar
      decoder: pause aout at creation in corner case (fix #6369) · e694bdf4
      Rémi Denis-Courmont authored
      If pausing the decoder races with setting up the audio output pipeline,
      the decoder can end up already paused when the audio output is created.
      
      The audio output insists on a strict start -> (pause -> resume ->)*
      (pause ->)? stop series of state transition. So it must be paused
      explicitly in this corner case.
      
      I have not investigated whether this problem affects the video output
      but this seems very likely too.
      (cherry picked from commit 092e8242e786dfef3568dabd654e3d886c7534f3)
      e694bdf4