GNOME Bugzilla – Bug 740675
playsink: continues playback, reset mute property
Last modified: 2014-12-12 16:03:24 UTC
Created attachment 291438 [details] [review] fix 1. set mute=true 2. play media1 (Ok) 3. play media without audio (audiochain removed) 4. play media2 (audiochain created, mute=*false*)
gstdiscoverer.h contains typo: (Gbject*)info
commit e5c6f59140f2b52e9ce3e5b0faa5ee4cd0efdc51 Author: Andrei Sarakeev <sarakusha@gmail.com> Date: Tue Nov 25 11:38:34 2014 +0300 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
commit 274d8066ce6123930fdb823413470ad0e2017118 Author: Andrei Sarakeev <sarakusha@gmail.com> Date: Tue Nov 25 11:38:34 2014 +0300 discoverer: fix typo in header file https://bugzilla.gnome.org/show_bug.cgi?id=740675
Cherry-picked into 1.4 branch.