]> git.sesse.net Git - vlc/commit
input_item: post individual subitems later when posting the whole tree
authorJakob Leben <jleben@videolan.org>
Tue, 9 Feb 2010 14:56:34 +0000 (15:56 +0100)
committerJakob Leben <jleben@videolan.org>
Tue, 9 Feb 2010 15:06:23 +0000 (16:06 +0100)
commit1756ffef730ec71a50aa5f29798d47826d930762
tree052ee0dfe66a03fa2d805ab56ad2a9adc87b767b
parentd49c428062ae7a6e22cc5c1f9f78cd3d72e21610
input_item: post individual subitems later when posting the whole tree

This makes the interface more comprehensible and allows for
input_item_node_Append[x] functions to be used for general node manipulation
without side effects, if needed in future.
include/vlc_input_item.h
src/input/item.c