]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/voutgl.m
macosx: Define playlist_IsStopped(), and make sure it returns the very next state...
[vlc] / modules / gui / macosx / voutgl.m
index cfcdaf0393f5e6a8bc42e074e67247cde3baee97..86256177c9500eeacd7ec99cadae8fb04100a966 100644 (file)
@@ -200,6 +200,9 @@ int OpenVideoGL  ( vlc_object_t * p_this )
 void CloseVideoGL ( vlc_object_t * p_this )
 {
     vout_thread_t * p_vout = (vout_thread_t *) p_this;
+
+    msg_Dbg( p_this, "Closing" );
+
     if( p_vout->p_sys->b_embedded )
     {
         aglDestroyContext(p_vout->p_sys->agl_ctx);