[vlc-devel] [PATCH] Media library core

Srikanth Raju srikiraju at gmail.com
Fri Jan 22 22:30:09 CET 2010


2009/12/28 Rémi Denis-Courmont <rem at videolan.org>:
> Le lundi 28 décembre 2009, Srikanth Raju a écrit :
>> There is a media "pool" that contains all the media objects that are
>> currently in existence. This is to ensure only one media object
>> exists for a given id. This also acts as a cache for these medias.
>> There is a garbage collecting loop that runs on this pool. When the
>> ref count of an object becomes 1, it waits n seconds before calling
>> the destructor of this object.
>
> You _cannot_ use the VLC GC for that.
>
Would it be OK to reimplement VLC GC as ML GC and include ML specific
functionality, mainly the garbage collection loop, into it?

> --
> Rémi Denis-Courmont
> http://www.remlab.net/
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>



-- 
Regards,
Srikanth Raju



More information about the vlc-devel mailing list