[Bug 766214] gst-launch: Does not support non-UTF8 shell

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 10 16:37:17 UTC 2016


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

--- Comment #4 from Martin Proksa <proksa at canex.sk> ---
(In reply to Nicolas Dufresne (stormer) from comment #3)
> Hmm, though I can't reproduce this issue on Linux, I wonder why ...
> 
>   export LANG=fr.IS8851-2
>   gst-launch-1.0 fakesrc ! filesink location=allé
> 
> Need some research.

Linux does not convert strings in function gst_fopen. This issue affects only
Windows. Windows code converts input string to UTF16 to use _wfopen. Linux code
uses fopen.

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