pause now works for opensles (#1049)

This commit is contained in:
its-pointless 2017-05-26 06:22:40 +10:00 committed by Fredrik Fornwall
parent cc6c4e815a
commit e96b2a0a0a
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- ../cache/MPD-0.20.8/src/output/plugins/sles/SlesOutputPlugin.cxx 2017-05-20 23:07:03.641576843 +0000
+++ ./src/output/plugins/sles/SlesOutputPlugin.cxx 2017-05-24 00:51:01.197169877 +0000
@@ -434,6 +434,6 @@
&Wrapper::Play,
&Wrapper::Drain,
&Wrapper::Cancel,
- &Wrapper::Pause,
+ nullptr,
nullptr,
};