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 705661 - dashdemux: segmentNumber attribute of SegmentTemplate element is not being observed
dashdemux: segmentNumber attribute of SegmentTemplate element is not being ob...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 1.1.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-08-08 11:38 UTC by Chris Bass
Modified: 2013-08-16 14:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to offset segment numbers by startNumber, if present (1.29 KB, patch)
2013-08-08 11:38 UTC, Chris Bass
committed Details | Review

Description Chris Bass 2013-08-08 11:38:58 UTC
Created attachment 251138 [details] [review]
Patch to offset segment numbers by startNumber, if present

For SegmentTemplate elements containing a startNumber attribute, the `number' member of GstMediaSegments should be offset by the value of startNumber; however, this is not currently the case. As a result, the first URI(s) requested by the download loop will be wrong.

Patch attached to fix this issue.
Comment 1 Thiago Sousa Santos 2013-08-16 14:27:09 UTC
Pushed as commit 7f2122695662dcf64e5e2980eab93f5816a2c4b1


Thanks!