[Bug 752808] validate:launcher: unquote the path to support valgrind log file path

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Aug 7 05:33:34 PDT 2015


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

--- Comment #13 from Vineeth <vineeth.tm at samsung.com> ---
probably i should have observed before...

but this problem is only with media_check scenario..
for a file named 2 2.mp3
this is the classnames created

validate.file.media_check.2%202_mp3
validate.file.playback.change_state_intensive.2 2_mp3
validate.file.playback.fast_forward.2 2_mp3


This is because in 
GstValidateMediaCheckTestsGenerator

classname is being created with uri("os.path.basename(uri)") instead of the
path..

if i replace that with "os.path.basename(url2path(uri))" then it creates
properly as 
validate.file.media_check.2 2_mp3



But we should add double quotes for the log file.. All other changes are not
needed...

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