Commit 1c35d45f authored by Jean-Paul Saman's avatar Jean-Paul Saman

Fix typo

parent 9649fa50
......@@ -160,7 +160,7 @@ input_state_changed( const vlc_event_t * event, void * p_userdata )
break;
case PLAYING_S:
libvlc_media_set_state( p_mi->p_md, libvlc_Playing, NULL);
forwarded_event.type = libvlc_MediaPlayerPlayed;
forwarded_event.type = libvlc_MediaPlayerPlaying;
break;
case PAUSE_S:
libvlc_media_set_state( p_mi->p_md, libvlc_Paused, NULL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment