[vlc-devel] [PATCH] activex: fix pause method
Daniel Amm
da2424 at t-online.de
Thu Jul 23 18:01:48 CEST 2015
---
activex/vlccontrol2.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/activex/vlccontrol2.cpp b/activex/vlccontrol2.cpp
index e4f683d..e85aec1 100644
--- a/activex/vlccontrol2.cpp
+++ b/activex/vlccontrol2.cpp
@@ -930,7 +930,7 @@ STDMETHODIMP VLCPlaylist::playItem(long item)
STDMETHODIMP VLCPlaylist::pause()
{
- _plug->get_player().mlp().pause();
+ _plug->get_player().get_mp().setPause( true );
return S_OK;
}
--
2.1.4
More information about the vlc-devel
mailing list