After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753486 - validate:tools: set locale to all and change argument related to path as FILENAME
validate:tools: set locale to all and change argument related to path as FILE...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-devtools
git master
Other Linux
: Normal normal
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-11 01:04 UTC by Vineeth
Modified: 2015-10-02 15:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
set locale to all and change argument to filename (4.47 KB, patch)
2015-08-11 01:07 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-08-11 01:04:13 UTC
In line with the changes made in 
https://bugzilla.gnome.org/show_bug.cgi?id=752945,
for all arguments containing paths, the option should be G_OPTION_ARG_FILENAME instead of G_OPTION_ARG_STRING and setting locale to all.
Comment 1 Vineeth 2015-08-11 01:07:29 UTC
Created attachment 309038 [details] [review]
set locale to all and change argument to filename
Comment 2 Thibault Saunier 2015-10-02 15:36:36 UTC
commit 5c0c42ed6d8c26c19e90fb3a0f8e347141f79db3
Author: Vineeth TM <vineeth.tm@samsung.com>
Date:   Tue Aug 11 10:05:41 2015 +0900

    validate:tools: set locale to all and change argument to FILENAME
    
    When file name consists of characters from other languages, say korean,
    then it throws an error
    Error initializing: Invalid byte sequence in conversion input
    
    Hence setting locale to all to fix this.
    And changing the media-info argument to type G_OPTION_ARG_FILENAME
    
    https://bugzilla.gnome.org/show_bug.cgi?id=753486