mpdparser: Implement loading of external Period nodes
authorSebastian Dröge <sebastian@centricular.com>
Fri, 21 Aug 2015 13:40:10 +0000 (16:40 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 2 Oct 2015 08:01:29 +0000 (11:01 +0300)
commit2fc565690183a3e2db7008717120800d5499a860
treeaf60615b533dbd1d3aa1f3a5940729e60a62a7a2
parentbdf5f252c17e71b729c0f84d2f9e970fda7bfdeb
mpdparser: Implement loading of external Period nodes

The same has to be done for AdaptationSet and SegmentList nodes still.

Also this does not correctly implement the semantics: by default Period (and
other nodes) should only be loaded when needed, not in the very beginning. We
need to implement lazy loading for them, which means adjusting
gst_mpd_client_setup_media_presentation().

https://bugzilla.gnome.org/show_bug.cgi?id=752230
ext/dash/gstmpdparser.c