[vlc-commits] [Git][videolan/npapi-vlc][master] 2 commits: Bump vlcpp submodule
    Hugo Beauzée-Luyssen 
    gitlab at videolan.org
       
    Tue May  5 12:27:10 CEST 2020
    
    
  
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC Browser Plugins
Commits:
7515a0b3 by Hugo Beauzée-Luyssen at 2020-05-05T11:02:40+02:00
Bump vlcpp submodule
- - - - -
3523b9f9 by Hugo Beauzée-Luyssen at 2020-05-05T12:03:15+02:00
activex: Use new title events
- - - - -
2 changed files:
- activex/plugin.cpp
- vlcpp
Changes:
=====================================
activex/plugin.cpp
=====================================
@@ -1439,7 +1439,7 @@ void VLCPlugin::player_register_events()
     em.onPausableChanged([this](bool b) {
         fireOnMediaPlayerPausableChangedEvent( B( b ) );
     });
-    em.onTitleChanged([this](int t) {
+    em.onTitleSelectionChanged([this](const VLC::TitleDescription&, int t) {
         fireOnMediaPlayerTitleChangedEvent( t );
     });
     em.onLengthChanged( [this]( int64_t length ) {
=====================================
vlcpp
=====================================
@@ -1 +1 @@
-Subproject commit e81b9f06493becabeec794e351bb357a90af264a
+Subproject commit a490f04156224277e28a3a4131125a32b798e84d
View it on GitLab: https://code.videolan.org/videolan/npapi-vlc/-/compare/1d7d0288fa03c22e5c01d790dbaa1ac48ddc2b45...3523b9f9b59cf97313b455c5429cda114a8a8f98
-- 
View it on GitLab: https://code.videolan.org/videolan/npapi-vlc/-/compare/1d7d0288fa03c22e5c01d790dbaa1ac48ddc2b45...3523b9f9b59cf97313b455c5429cda114a8a8f98
You're receiving this email because of your account on code.videolan.org.
    
    
More information about the vlc-commits
mailing list