[vlc-commits] Register libvlc_MediaPlayerVout event.

Laurent Aimar git at videolan.org
Mon Sep 5 21:13:15 CEST 2011


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Sep  5 21:12:58 2011 +0200| [88564ace0252c13c7b778c054be7a5548878936a] | committer: Laurent Aimar

Register libvlc_MediaPlayerVout event.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=88564ace0252c13c7b778c054be7a5548878936a
---

 lib/media_player.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/media_player.c b/lib/media_player.c
index 88e151a..3a14d3d 100644
--- a/lib/media_player.c
+++ b/lib/media_player.c
@@ -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);
 



More information about the vlc-commits mailing list