[Gstreamer-bugs] [Bug 133086] New - i18n broken in apps when using gstreamer

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sat Jan 31 11:15:09 PST 2004


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=133086

Changed by richard at imendio.com.

--- shadow/133086	Sat Jan 31 14:15:09 2004
+++ shadow/133086.tmp.4781	Sat Jan 31 14:15:09 2004
@@ -0,0 +1,24 @@
+Bug#: 133086
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: richard at imendio.com               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: i18n broken in apps when using gstreamer
+
+I dont think calling textdomain (GETTEXT_PACKAGE); in a library is correct,
+since it sets the default domain for gettext calls. 
+
+Libraries should use dgettext and explicitly specify the domain there,
+which is often done by doing:
+
+#define _(String) dgettext(GETTEXT_PACKAGE, String)




More information about the Gstreamer-bugs mailing list