[vlc-devel] [PATCH] Playlist demuxer called BITPLS.c.

Jakob Leben jakob.leben at gmail.com
Fri May 21 15:17:54 CEST 2010


On Thu, May 20, 2010 at 8:49 PM, Marijn Swenne <marijn.swenne at gmail.com>wrote:

> +                p_input = input_item_New( p_demux, psz_mrl, psz_name );
> +                input_item_CopyOptions( p_current_input, p_input );
> +                input_item_AddSubItem( p_current_input, p_input );
> +                vlc_gc_decref( p_input );
>

input_item_AddSubItem is deprecated.

You should use :

1. input_item_node_Create()
2. input_item_node_AppendItem()
3. input_item_node_PostAndDelete()

Look at vlc headers in vlc-1.1 or later.

Best regards,

Jakob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20100521/65f90fbd/attachment.html>


More information about the vlc-devel mailing list