]> git.sesse.net Git - mlt/commit
Add xml_retain property support to xml module.
authorDan Dennedy <dan@dennedy.org>
Wed, 29 Jan 2014 06:40:53 +0000 (22:40 -0800)
committerDan Dennedy <dan@dennedy.org>
Wed, 29 Jan 2014 06:40:53 +0000 (22:40 -0800)
commit236717e4ecc23e458e191b6c9a2ba70915b80937
tree26a7fb94c746f629d56db6824e813597a1506bc1
parent0d422babb828f64febdbcb91dedd9595db0dec92
Add xml_retain property support to xml module.

This is used to serialize and deserialize extra services that are not
part of the lastmost service's graph. This is useful, for example, to
save and load a media bin as a playlist in addition to the main
multitrack graph. Or, it can be used for compound documents.
src/modules/xml/consumer_xml.c
src/modules/xml/consumer_xml.yml
src/modules/xml/producer_xml.c
src/modules/xml/producer_xml.yml