[Bug 752727] New: dashdemux: RepresentationIndex is not used
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jul 22 07:43:10 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=752727
Bug ID: 752727
Summary: dashdemux: RepresentationIndex is not used
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: florin.apostol at oregan.net
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
RepresentationIndex element from SegmentBase is designed to identify a single
Segment Index for the entire representation. But RepresentationIndex is only
parsed and not used.
gstadaptivedemux makes an attempt to download a single Segment Index for an
entire representation in the gst_adaptive_demux_stream_download_header_fragment
function. But the indexUrl and range are not obtained from RepresentationIndex.
Instead, they are wrongly obtained from Initilization at SegmentBase and
indexRange at SegmentBase.
See also https://bugzilla.gnome.org/show_bug.cgi?id=752718
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list