Skip to content

Commit

Permalink
Register libvlc_MediaPlayerVout event.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Aimar committed Sep 5, 2011
1 parent a362875 commit 88564ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/media_player.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,8 @@ libvlc_media_player_new( libvlc_instance_t *instance )
register_event(mp, TitleChanged);
register_event(mp, PausableChanged);

register_event(mp, Vout);

/* Snapshot initialization */
register_event(mp, SnapshotTaken);

Expand Down

0 comments on commit 88564ac

Please sign in to comment.