emotion/generic-vlc: Add callback for reaching end of playback.

SVN revision: 69437
This commit is contained in:
Rafael Antognolli 2012-03-15 20:43:21 +00:00
parent ddb6b7aab2
commit 7e84213ab0
1 changed files with 2 additions and 0 deletions

View File

@ -522,6 +522,8 @@ _file_set_done(struct _App *app)
_event_cb, app);
libvlc_event_attach(app->event_mgr, libvlc_MediaPlayerSeekableChanged,
_event_cb, app);
libvlc_event_attach(app->event_mgr, libvlc_MediaPlayerEndReached,
_event_cb, app);
libvlc_audio_set_mute(app->mp, 0);