[Bug 751850] dashdemux: gst_mpd_client_advance_segment should return GST_FLOW_EOS when index is out of range

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 7 03:31:03 PDT 2015


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #306921|none                        |committed
             status|                            |

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

commit dfe37ffc59fdf5f4075696976d98ec8d6db73138
Author: Florin Apostol <florin.apostol at oregan.net>
Date:   Mon Jul 6 14:14:12 2015 +0100

    dashdemux: fixed gst_mpd_client_advance_segment to return GST_FLOW_EOS

    Fixed gst_mpd_client_advance_segment to return GST_FLOW_EOS if the
    new index is out of range.

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

::: ext/dash/gstmpdparser.c
@@ +3978,3 @@
       if (stream->segment_index < 0)
         stream->segment_index = 0;
+      else {

I added some {} for the if-case here.

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