validate:launcher: Add proper check for is_seekable
authorVineeth T M <vineeth.tm@samsung.com>
Thu, 12 Nov 2015 00:04:01 +0000 (09:04 +0900)
committerThibault Saunier <tsaunier@gnome.org>
Wed, 17 Feb 2016 21:33:16 +0000 (22:33 +0100)
commite2d2a6865f8f64e1aa25ae6869a9b9c6ded35bfa
treeb5e83352e70fa7c3e05c9db38973d3cf2582f4e9
parenta02609fc378de8878fa488e4f7f350c03d5ae428
validate:launcher: Add proper check for is_seekable

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 comparison

https://bugzilla.gnome.org/show_bug.cgi?id=755854
validate/launcher/baseclasses.py