[Bug 748681] directsoundsrc: device-name doesn't accept windows given names if there are special characters in

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 6 08:43:25 UTC 2018


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Some conversion from locale encoding to UTF8 and back is needed here, we
shouldn't expose non-UTF8 strings via properties, etc.

g_locale_from_utf8() and g_locale_to_utf8() would be the relevant functions and
we use them in various places already, but apparently not everywhere.

Does someone want to make a patch for this?

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