[Bug 700491] [dashdemux] Handle cases where minimumUpdatePeriod sets the period length

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 2 12:48:13 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=700491
  GStreamer | gst-plugins-bad | git

Thiago Sousa Santos <thiago.sousa.santos> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #245579|none                        |needs-work
             status|                            |

--- Comment #16 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2013-07-02 14:15:46 UTC ---
Review of attachment 245579:
 --> (https://bugzilla.gnome.org/review?bug=700491&attachment=245579)

Having a simple MPD to reproduce this issue would make it easier to see what
you are getting. No media is required as you claim the failure is at the MPD
parsing stage.

Are you using the start time or duration somehow? Or is this only to make the
parsing finish correctly?

::: ext/dash/gstmpdparser.c
@@ +3036,3 @@
+      if (client->mpd_node->minimumUpdatePeriod != -1) {
+        duration = client->mpd_node->minimumUpdatePeriod;
+      }

This still doesn't seem like a good idea to me. The spec only says this is true
for "Template based generation of segment list".

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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