[Bug 755854] New: validate:launcher: Add proper check for is_seekable

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 30 00:48:17 PDT 2015


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

            Bug ID: 755854
           Summary: validate:launcher: Add proper check for is_seekable
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-devtools
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: vineeth.tm at samsung.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

The seekable variable in media_info file is of type string. When checking if
the file is seekable using is_seekable, it just returns the string, resulting
in it always being true.
It should actually be comparing the string and returning true or false based on
comparision

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