Skip to content
  • Lennart Poettering's avatar
    pulse: never apply volume more than once · e4d6a2aa
    Lennart Poettering authored
    Generally decisions on the volume of the stream should be done inside of
    PA, not inside of Gst. Only PA knows how volumes translate between
    devices and s on.
    
    This patch makes sure that all volumes set via the volume property are
    only applied *once* to the underlying stream. After applying them the
    client side will not store them anymore. This should make sure that
    really only user-triggered volume changes are forwarded to server, but
    the client never tries to save/restore the volume internally.
    
    Fixes bug #595231.
    e4d6a2aa