playsink: Reset mute property of the sink to playsink's value when setting up the...
authorAndrei Sarakeev <sarakusha@gmail.com>
Tue, 25 Nov 2014 08:38:34 +0000 (11:38 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 25 Nov 2014 09:23:50 +0000 (10:23 +0100)
commite5c6f59140f2b52e9ce3e5b0faa5ee4cd0efdc51
treee0f83ca700e47313f1bab9fff80a7c2790152fe9
parent274d8066ce6123930fdb823413470ad0e2017118
playsink: Reset mute property of the sink to playsink's value when setting up the audio chain

Otherwise the following can happen:
1. set mute=true
2. play media1 (Ok)
3. play media without audio (audiochain removed)
4. play media2 (audiochain created, mute=*false*)

https://bugzilla.gnome.org/show_bug.cgi?id=740675
gst/playback/gstplaysink.c