validate:tools: set locale to all and change argument to FILENAME
authorVineeth TM <vineeth.tm@samsung.com>
Tue, 11 Aug 2015 01:05:41 +0000 (10:05 +0900)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 2 Oct 2015 15:32:19 +0000 (17:32 +0200)
commit5c0c42ed6d8c26c19e90fb3a0f8e347141f79db3
tree273b0ce4f53042ee7cad10f4a9067212f1237327
parent4071d60b0f6ae353506544222fc16af3359cc039
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
validate/tools/gst-validate-images-check.c
validate/tools/gst-validate-media-check.c
validate/tools/gst-validate-transcoding.c
validate/tools/gst-validate.c