[vlc-commits] pulse: report device when stream is not connected
Thomas Guillem
git at videolan.org
Mon Sep 5 18:34:37 CEST 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Sep 5 18:30:52 2016 +0200| [b44f6d1acede52d305a24a9b4bc50a0fbf3b52a5] | committer: Thomas Guillem
pulse: report device when stream is not connected
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b44f6d1acede52d305a24a9b4bc50a0fbf3b52a5
---
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 fb2f6cb..e5141e4 100644
--- a/modules/audio_output/pulse.c
+++ b/modules/audio_output/pulse.c
@@ -652,6 +652,7 @@ static int StreamMove(audio_output_t *aout, const char *name)
msg_Dbg(aout, "will connect to sink %s", name);
free(sys->sink_force);
sys->sink_force = strdup(name);
+ aout_DeviceReport(aout, name);
return 0;
}
More information about the vlc-commits
mailing list