mpdparse: Clamp seek times to the availabilityStartTime
authorSebastian Dröge <sebastian@centricular.com>
Thu, 4 Jun 2015 11:36:05 +0000 (13:36 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 4 Jun 2015 11:36:05 +0000 (13:36 +0200)
commit64a2dcf582b8775a3cb7db730df0f94c0331ab58
treea4c82ad3a28b540c35bd7ce83c42ef480f4f3d46
parentf9ada426d4762e01ca86da4314aa936d906466b7
mpdparse: Clamp seek times to the availabilityStartTime

Otherwise we will seek to negative times, which are interpreted as unsigned
integers later.
ext/dash/gstmpdparser.c