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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Nov 11 17:33:09 UTC 2016


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

--- Comment #10 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
On second thought, it seems like we can't really win. Because on *nix filenames
are byte arrays and need to be passed through as-is (must not do any
conversion), while on windows they are UTF-8 and we need to convert. But also,
that only applies to filenames and not any of the other arguments
(text='Hällo') so it's pretty difficult to handle this right across the board,
because we don't know which arguments are filenames and which not.

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