summaryrefslogtreecommitdiff
path: root/ext/shout2
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-09-01 21:18:38 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-09-01 21:18:38 +0100
commit1dfc1f268685ab39f75dbb51e7c7bd3f78513fee (patch)
tree98b4aff387de5139d9c548927633edb8d89ca3ea /ext/shout2
parentd851b8a8b48620c282b0d22f3622f2941ab80dfb (diff)
downloadgstreamer-plugins-good-1dfc1f268685ab39f75dbb51e7c7bd3f78513fee.tar.gz
Don't use setlocale in plugins()
Only apps should call setlocale(), not libraries.
Diffstat (limited to 'ext/shout2')
-rw-r--r--ext/shout2/gstshout2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/shout2/gstshout2.c b/ext/shout2/gstshout2.c
index ee6a6bacc..cc58453ac 100644
--- a/ext/shout2/gstshout2.c
+++ b/ext/shout2/gstshout2.c
@@ -799,7 +799,6 @@ static gboolean
plugin_init (GstPlugin * plugin)
{
#ifdef ENABLE_NLS
- setlocale (LC_ALL, "");
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
#endif /* ENABLE_NLS */