[Bug 755854] validate:launcher: Add proper check for is_seekable
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Nov 11 00:57:55 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=755854
Thibault Saunier <tsaunier at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #312659|none |needs-work
status| |
--- Comment #6 from Thibault Saunier <tsaunier at gnome.org> ---
Review of attachment 312659:
--> (https://bugzilla.gnome.org/review?bug=755854&attachment=312659)
::: validate/launcher/baseclasses.py
@@ +1681,2 @@
def is_seekable(self):
+ if self.media_xml.attrib["seekable"].lower() == "true":
return self.media_xml.attrib["seekable"].lower() == "true"
--
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