[vlc-commits] Revert 'libvlc media list player: attach observer after player instance creation' (closes #15982)

Felix Paul Kühne git at videolan.org
Mon Nov 30 18:43:42 CET 2015


vlc/vlc-2.2 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Nov 30 18:42:22 2015 +0100| [3eea99edbf3141c6c67b1162d44dc2fdc6e654f2] | committer: Felix Paul Kühne

Revert 'libvlc media list player: attach observer after player instance creation' (closes #15982)

This commit is intended for the 3.0 branch of libvlc only and does not respect the playlist life time model deployed within the 2.2 timeline

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=3eea99edbf3141c6c67b1162d44dc2fdc6e654f2
---

 lib/media_list_player.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/media_list_player.c b/lib/media_list_player.c
index 96f580e..9ac935a 100644
--- a/lib/media_list_player.c
+++ b/lib/media_list_player.c
@@ -464,7 +464,6 @@ libvlc_media_list_player_new(libvlc_instance_t * p_instance)
         free (p_mlp);
         return NULL;
     }
-    install_media_player_observer(p_mlp);
 
     libvlc_retain(p_instance);
     p_mlp->p_libvlc_instance = p_instance;



More information about the vlc-commits mailing list