[vlc-devel] vlc: svn commit r23277 (pdherbemont)
Subversion daemon
svn at videolan.org
Fri Nov 23 20:13:08 CET 2007
r23277 | pdherbemont | 2007-11-23 20:13:08 +0100 (Fri, 23 Nov 2007) | 2 lines
Changed paths:
M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
MacOSX/Framework/VLCMediaList.m: Cache the media list objects in a NSMutableArray. We do this because we want to use bindings. Cocoa bindings requires us to send willChangeValueForKey/didChangeValueForKey on the main thread. And that's one of the simpler way to do that without having locking problems.
> http://trac.videolan.org/vlc/changeset/23277
More information about the vlc-devel
mailing list