[vlc-commits] pulse: ensure a report is sent if no stream is available

Erwan Tulou git at videolan.org
Thu Mar 21 16:11:25 CET 2013


vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Thu Mar 21 15:31:20 2013 +0100| [cf65ebea89b537f2cdb22d34fb5990fc9fb21b91] | committer: Erwan Tulou

pulse: ensure a report is sent if no stream is available

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cf65ebea89b537f2cdb22d34fb5990fc9fb21b91
---

 modules/audio_output/pulse.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/audio_output/pulse.c b/modules/audio_output/pulse.c
index 8ca3d4d..f2135b0 100644
--- a/modules/audio_output/pulse.c
+++ b/modules/audio_output/pulse.c
@@ -648,6 +648,7 @@ static int MuteSet(audio_output_t *aout, bool mute)
         sys->flags_force &= ~(PA_STREAM_START_MUTED|PA_STREAM_START_UNMUTED);
         sys->flags_force |=
             mute ? PA_STREAM_START_MUTED : PA_STREAM_START_UNMUTED;
+        aout_MuteReport(aout, mute);
         return 0;
     }
 



More information about the vlc-commits mailing list