diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/sndfile/gstsf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sndfile/gstsf.c b/ext/sndfile/gstsf.c index dcfcc1bd..6148e852 100644 --- a/ext/sndfile/gstsf.c +++ b/ext/sndfile/gstsf.c @@ -109,6 +109,7 @@ plugin_init (GstPlugin * plugin) GST_DEBUG ("binding text domain %s to locale dir %s", GETTEXT_PACKAGE, LOCALEDIR); bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); + bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); #endif /* ENABLE_NLS */ if (!gst_element_register (plugin, "sfsink", GST_RANK_NONE, |