From b7276b6f7c7c304bde4f3de30f09af200b4b1275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 2 Sep 2008 09:56:44 +0000 Subject: Enable/fix up translations for these plugins. Original commit message from CVS: * ext/resindvd/plugin.c: (plugin_init): * ext/resindvd/resindvdsrc.c: * ext/twolame/gsttwolame.c: (plugin_init): * gst/aiffparse/aiffparse.c: (plugin_init): Enable/fix up translations for these plugins. * po/LINGUAS: Add 'ca' to LINGUAS. * po/POTFILES.in: * po/POTFILES.skip: Add more files for translation and more files which tools should skip. --- ext/resindvd/plugin.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ext/resindvd/plugin.c') diff --git a/ext/resindvd/plugin.c b/ext/resindvd/plugin.c index bc0a9640..33b95003 100644 --- a/ext/resindvd/plugin.c +++ b/ext/resindvd/plugin.c @@ -24,8 +24,8 @@ #include #include "resindvdbin.h" - #include "gstmpegdemux.h" +#include GST_DEBUG_CATEGORY (resindvd_debug); #define GST_CAT_DEFAULT resindvd_debug @@ -38,6 +38,13 @@ plugin_init (GstPlugin * plugin) GST_DEBUG_CATEGORY_INIT (resindvd_debug, "resindvd elements", 0, "DVD playback elements from resindvd"); +#ifdef ENABLE_NLS + 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 + result &= gst_element_register (plugin, "rsndvdbin", GST_RANK_PRIMARY, RESIN_TYPE_DVDBIN); -- cgit v1.2.1