Skip to content
  • Leo Singer's avatar
    audiotestsrc: each element gets its own instance of GRand, if needed · 82199c58
    Leo Singer authored
    As a result, pipelines that contain multiple instances of audiotestsrc
    with the 'wave' property set to 'white-noise', 'pink-noise', or
    'gaussian-noise' will run much faster, since they won't be competing
    for access to the global, lock-protected instance of GRand.
    
    Fixes bug #642720.
    82199c58