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, 25 Sep 2015 21:52:28 +0000 (23:52 +0200)
commit97f5b82bf6352bf545800bd333948b4a3b2b87e5
tree68f0bdd96a7c30f3db89d8ab9ca12f1a14e1ac34
parent572e54574bb3600bb40a8b62c267c537d4b411f0
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