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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Aug 6 23:40:59 PDT 2015


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

Vineeth <vineeth.tm at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #308708|reviewed                    |none
             status|                            |
 Attachment #308708|0                           |1
        is obsolete|                            |

--- Comment #7 from Vineeth <vineeth.tm at samsung.com> ---
Created attachment 308876
  --> https://bugzilla.gnome.org/attachment.cgi?id=308876&action=edit
fix uri/file paths by doing urllib.unquote and adding double quotes.

urllib.pathname2url(path) used in path2url is replacing the special characters
in the url with %xx escape.

for example a file name of 1 2.mp3 is converted as 1%202.mp3

These escape characters are not being recognized by valgrind log file path and
g_file_set_contents which is used to create media-info
Instead of unquoting the path wherever it is being used, 
unquoting it in path2url and adding double quotes '"' around the path to make
sure the file path/uri is recognizable.

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