dashdemux: Initialize sidx_position to GST_CLOCK_TIME_NONE
authorSeungha Yang <sh.yang@lge.com>
Tue, 16 May 2017 14:20:44 +0000 (23:20 +0900)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 12 Jun 2017 14:03:24 +0000 (16:03 +0200)
commite1bbea8355bce5917710b4e18ea8533b37a3d616
treeb6331cd3b479dcbc04ec813ced249deaa19ff7f5
parenta2bc92ec3ec6922cf321970953036648c9c39e2b
dashdemux: Initialize sidx_position to GST_CLOCK_TIME_NONE

If a manifest has non-zero presentation time offset
(i.e., earliest presentation time specified by sidx box is not zero),
the initial sidx position shouldn't be zero. Since we cannot define
exact sidx position until parsing sidx box, set the value to unknown.

https://bugzilla.gnome.org/show_bug.cgi?id=782693
ext/dash/gstdashdemux.c