[Bug 702425] ges-launch: make it portable to all locales.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jun 18 08:13:08 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=702425
  GStreamer | gst-editing-services | git

--- Comment #2 from Alban Browaeys <prahal at yahoo.com> 2013-06-18 15:13:02 UTC ---
I bet ges-launch is specific in that it does not call gettext .
A comment in gettext source code give a hint but no definitive answer:
http://git.savannah.gnu.org/cgit/gettext.git/tree/gettext-runtime/intl/localename.c#n2667
that is that gettext uses setlocale to get the locale value .
Then on system where gettext would not find setlocale or setlocale with null
argument support adding setlocale(LC_ALL, "") would be moot.
To sum up : ges-launch as non getttextized is the only affected one. Adding
setlocale to all the programs before gettext calls would be cleaner but stuff
for another less severe bug report.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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