dash: mpdparser: do not cleanup xml lib too early
authorThiago Santos <thiago.sousa.santos@collabora.com>
Fri, 22 Feb 2013 19:46:22 +0000 (16:46 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 8 May 2013 21:14:42 +0000 (18:14 -0300)
commitd9baed8302f6f8589da7c33bad05fb24b5ef1f09
tree314f1bbdf21115889130228a2b3db829527277e0
parent14feeb3ccb7bb6c648edd5f3948e1c82d5af3c24
dash: mpdparser: do not cleanup xml lib too early

The xmlCleanupParser function seems to cleanup all statically
allocated libxml variables, making it unusable. We can't guarantee
that dashdemux won't need it anymore, so better not call it.
ext/dash/gstmpdparser.c