commit | 41996ad9c0072af306eec92e869e2c0d1861084a | [log] [tgz] |
---|---|---|
author | Seungha Yang <sh.yang@lge.com> | Fri Mar 24 08:16:35 2017 +0900 |
committer | Sebastian Dröge <sebastian@centricular.com> | Sun Apr 09 10:54:01 2017 +0300 |
tree | 6d6753457fbd7e96c490750a6e6690f1a97506f6 | |
parent | 28e0bdb7fea26887fbc7da8470584c9665de0796 [diff] |
dashdemux: Fix SEEK of multi-period On-Demand profile For each period, media presentation is the relative to the period-start time. So SIDX seek position should be target seek position minus period-start. Also, if presentationTimeOffset is defined, the value should be compensated https://bugzilla.gnome.org/show_bug.cgi?id=780397