]> git.sesse.net Git - vlc/blobdiff - test/libvlc/events.c
Fix menu removal of accelerators. This has yet to be more FIXMEd (jpeg :D)
[vlc] / test / libvlc / events.c
index 199c61fc56c4dc1ca52f4732d24d3303defe310e..68b10e0ab01ed29a6d9595d5069515252ae42bf1 100644 (file)
@@ -64,10 +64,9 @@ static void test_events (const char ** argv, int argc)
     bool callback_was_called;
     libvlc_exception_t ex;
     libvlc_event_type_t mi_events[] = {
-        libvlc_MediaPlayerPlayed,
+        libvlc_MediaPlayerPlaying,
         libvlc_MediaPlayerPaused,
         libvlc_MediaPlayerEndReached,
-        libvlc_MediaPlayerStopped,
         libvlc_MediaPlayerEncounteredError,
         libvlc_MediaPlayerTimeChanged,
         libvlc_MediaPlayerPositionChanged,