[Bug 752770] dashdemux: index segment url generated from template is not properly used

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 16 03:56:13 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=752770

Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vincent.penquerch at collabora
                   |                            |.co.uk

--- Comment #1 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
Created attachment 311449
  --> https://bugzilla.gnome.org/attachment.cgi?id=311449&action=edit
fix index URI generation based on Time/Number

First attempt. This is probably wrong because I have trouble understanding this
whole thing. The generation returns a boolean saying whether Time or Number was
encountered, and the caller can then decide whether to ignore.

The tests now fail at one place:

  assert_equals_string (fragment.index_uri, "/TestIndex");

This is because the fragment does not have a specific index URI, as this is a
global one. Not sure whether the test is right or wrong here...

Last, gst_mpd_client_get_next_header still generates URIs with Time/Number at
0. I'm not sure what the difference is between headers and index. I'm inclined
to believe "same as Ogg", but I'm not 100% sure :)

I'm not seeing a MPD file with an index SegmentTemplate property to test with.

-- 
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