summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/audiofile/gstafsink.c1
-rw-r--r--ext/audiofile/gstafsrc.c1
-rw-r--r--ext/sndfile/gstsf.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/ext/audiofile/gstafsink.c b/ext/audiofile/gstafsink.c
index 69a7da79..515ae4e2 100644
--- a/ext/audiofile/gstafsink.c
+++ b/ext/audiofile/gstafsink.c
@@ -281,7 +281,6 @@ gst_afsink_plugin_init (GstPlugin *plugin)
#ifdef ENABLE_NLS
setlocale (LC_ALL, "");
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
- textdomain (GETTEXT_PACKAGE);
#endif /* ENABLE_NLS */
return TRUE;
diff --git a/ext/audiofile/gstafsrc.c b/ext/audiofile/gstafsrc.c
index aa41273f..5d6bc1cd 100644
--- a/ext/audiofile/gstafsrc.c
+++ b/ext/audiofile/gstafsrc.c
@@ -299,7 +299,6 @@ gst_afsrc_plugin_init (GstPlugin *plugin)
#ifdef ENABLE_NLS
setlocale (LC_ALL, "");
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
- textdomain (GETTEXT_PACKAGE);
#endif /* ENABLE_NLS */
return TRUE;
diff --git a/ext/sndfile/gstsf.c b/ext/sndfile/gstsf.c
index 36e1a578..78b8480b 100644
--- a/ext/sndfile/gstsf.c
+++ b/ext/sndfile/gstsf.c
@@ -821,7 +821,6 @@ plugin_init (GstPlugin *plugin)
#ifdef ENABLE_NLS
setlocale (LC_ALL, "");
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
- textdomain (GETTEXT_PACKAGE);
#endif /* ENABLE_NLS */
return TRUE;