Commit 88564ace authored by Laurent Aimar's avatar Laurent Aimar

Register libvlc_MediaPlayerVout event.

parent a3628756
......@@ -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);
......
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