[Bug 755854] validate:launcher: Add proper check for is_seekable
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Oct 2 08:14:21 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=755854
Thibault Saunier <tsaunier at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #312456|none |needs-work
status| |
--- Comment #3 from Thibault Saunier <tsaunier at gnome.org> ---
Review of attachment 312456:
--> (https://bugzilla.gnome.org/review?bug=755854&attachment=312456)
::: validate/launcher/baseclasses.py
@@ +1678,2 @@
def is_seekable(self):
+ if self.media_xml.attrib["seekable"] == "True" or \
Please do instead:
self.media_xml.attrib["seekable"].lower()
--
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