After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 777394 - dashdemux: Do pending seek when SIDX is found
dashdemux: Do pending seek when SIDX is found
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.11.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-01-17 13:49 UTC by Seungha Yang
Modified: 2017-01-18 11:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
dashdemux: Do pending seek when SIDX is found (2.49 KB, patch)
2017-01-17 13:50 UTC, Seungha Yang
committed Details | Review

Description Seungha Yang 2017-01-17 13:49:50 UTC
Parsing SIDX box was allowed even if "indexRange" attribute does not appear
for On-Demand profile. However, actual seeking using SIDX index did not happen
since download loop keep working on.
To use SIDX index in that case, demux should try it in the next download loop.
Comment 1 Seungha Yang 2017-01-17 13:50:29 UTC
Created attachment 343650 [details] [review]
dashdemux: Do pending seek when SIDX is found
Comment 2 Sebastian Dröge (slomo) 2017-01-18 11:15:03 UTC
Attachment 343650 [details] pushed as fe9d778 - dashdemux: Do pending seek when SIDX is found