[Bug 752480] dashdemux: negative values for r attribute in S node are not supported

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Sep 15 10:25:03 PDT 2015


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #311391|none                        |accepted-commit_after_freez
             status|                            |e

--- Comment #29 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 311391:
 --> (https://bugzilla.gnome.org/review?bug=752480&attachment=311391)

Looks good

::: ext/dash/gstmpdparser.c
@@ +3107,3 @@
+    const GstMediaSegment *next_segment =
+        g_ptr_array_index (segments, index + 1);
+    if (next_segment->start < end)

I think if there is another segment and its start is not earlier than the
period end, something is wrong :)

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