pulsesink: start unmuted when requested
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 24 Apr 2012 13:34:57 +0000 (15:34 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 25 Apr 2012 08:29:45 +0000 (10:29 +0200)
commitc0140982ee8ab140edbfc0b785534d9dabef9d20
treec3d53f59b2c71b3b04ec772e1d5d3b49570737e2
parenta473750350d60ed2f9076b85c9255ae44ae764cb
pulsesink: start unmuted when requested

When we explicitely set the mute property to FALSE, connect to pulseaudio with
the PA_STREAM_START_UNMUTED flag set, otherwise pulseaudio will use its
previously used value (which might start the stream muted).

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=672401
ext/pulse/pulsesink.c