[vlc-devel] commit: There is no need to reload the playlist on every single cycle of the manage thread . Trust the callbacks triggering 'PlaylistChanged' in VLCMain. ( Felix Paul Kühne )

git version control git at videolan.org
Sun Jul 6 00:48:42 CEST 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Jul  6 00:50:29 2008 +0200| [92a7fbd19d9c53b9193293c09907a2bd02a71b0b]

There is no need to reload the playlist on every single cycle of the manage thread. Trust the callbacks triggering 'PlaylistChanged' in VLCMain.

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

 modules/gui/macosx/intf.m |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index f2ee386..78b29a6 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -1368,7 +1368,6 @@ static VLCMain *_o_sharedMainInstance = nil;
     else
     {
         p_intf->p_sys->i_play_status = END_S;
-        p_intf->p_sys->b_playlist_update = true;
         [self playStatusUpdated: p_intf->p_sys->i_play_status];
         [o_embedded_window playStatusUpdated: p_intf->p_sys->i_play_status];
         [self setSubmenusEnabled: FALSE];




More information about the vlc-devel mailing list