[vlc-devel] [PATCH] GSoC: lua services discovery, final?

Jakob Leben jakob.leben at gmail.com
Thu Feb 4 05:49:22 CET 2010


On Thu, Feb 4, 2010 at 1:50 AM, Fabio Ritrovato <exsephiroth87 at gmail.com>wrote:

> > Why don't you use the simpler input_item_AddSubitem()? (It's doing
> basically
> > the same thing in the backend, but it seems it should save some code) I
> am
> > probably missing something though. Anyway, not a big deal.
>
> Because I just noticed that input_item_AddSubItem() has been renamed,
> but while writing the patches I thought that it was removed
> altogether, and found this code to work in its place...
> So, either one of them is fine for me, just let me know which one is
> actually the best and we can just commit that later on..
>

 input_item_AddSubItem() has become input_item_PostSubItem() and should be
used in your case to save some code, it is equivalent to your code.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20100204/1af7ef4b/attachment.html>


More information about the vlc-devel mailing list