[Bug 752374] New: dashdemux: gst_dash_demux_get_live_seek_range should not return negative values

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 14 07:24:54 PDT 2015


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

            Bug ID: 752374
           Summary: dashdemux: gst_dash_demux_get_live_seek_range should
                    not return negative values
    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: ---

If availabilityStartTime is larger than current time (stream not yet
available), the gst_dash_demux_get_live_seek_range function will set negative
values in start and stop parameters and return TRUE.

It is not very sure if the caller will validate the fact that start and stop
are positive numbers. I believe the function should return FALSE if
availabilityStartTime is bigger than current time and start and stop would be
negative.

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