Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Browser Plugins
Commits: 6dae1294 by Soomin Lee at 2019-01-16T07:29:17Z activex: plugin: Send correct MediaPlayerChapterChangedEvent event Close #21405 Signed-off-by: Jean-Baptiste Kempf <j...@videolan.org> - - - - - 1 changed file: - activex/plugin.cpp Changes: ===================================== activex/plugin.cpp ===================================== @@ -1383,7 +1383,7 @@ void VLCPlugin::fireOnMediaPlayerChapterChangedEvent(int chapter) params.rgvarg[0].iVal = chapter; params.rgdispidNamedArgs = NULL; params.cNamedArgs = 0; - vlcConnectionPointContainer->fireEvent(DISPID_CLICK, ¶ms); + vlcConnectionPointContainer->fireEvent(DISPID_MediaPlayerChapterChangedEvent, ¶ms); } #endif View it on GitLab: https://code.videolan.org/videolan/npapi-vlc/commit/6dae129488a498ff6c424e9672eaa624babc2647 -- View it on GitLab: https://code.videolan.org/videolan/npapi-vlc/commit/6dae129488a498ff6c424e9672eaa624babc2647 You're receiving this email because of your account on code.videolan.org.
_______________________________________________ vlc-commits mailing list vlc-commits@videolan.org https://mailman.videolan.org/listinfo/vlc-commits