mpdparser: initial support for Media Presentations made of several Periods
authorGianluca Gennari <gennarone@gmail.com>
Mon, 22 Oct 2012 16:12:30 +0000 (18:12 +0200)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 8 May 2013 21:14:10 +0000 (18:14 -0300)
commit9d09e99ebe4df259106561ec0a9232d46cb4d6ba
tree1f5f90caf294d22bb2dccc80448969efb9a923d7
parentba3bd1c69a4111284db9e4f5520935d805f39c16
mpdparser: initial support for Media Presentations made of several Periods

- build a list of the available Periods with their start and duration time
- add the list of GstStreamPeriod in the GstMpdClient data struct
- remove cur_period from GstMpdClient and introduce an API to get the current GstStreamPeriod
- several API clean-ups
ext/dash/gstdashdemux.c
ext/dash/gstmpdparser.c
ext/dash/gstmpdparser.h