From: Filippo Argiolas Date: Sun, 17 Aug 2008 07:24:24 +0000 (+0200) Subject: [181/906] add a translatable string to testsrc to get rid of po dir errors after... X-Git-Tag: 1.19.3~507^2~12351 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e43b533ea44f6a4ec60edf960acb341f9d567bf;p=platform%2Fupstream%2Fgstreamer.git [181/906] add a translatable string to testsrc to get rid of po dir errors after distclean and git clean --- diff --git a/gst/gl/gstgltestsrc.c b/gst/gl/gstgltestsrc.c index 92b46f7..48f57d5 100644 --- a/gst/gl/gstgltestsrc.c +++ b/gst/gl/gstgltestsrc.c @@ -43,6 +43,7 @@ #include "gstgltestsrc.h" #include "gltestsrc.h" +#include #define USE_PEER_BUFFERALLOC @@ -605,7 +606,7 @@ gst_gl_test_src_create (GstPushSrc* psrc, GstBuffer** buffer) not_negotiated: { GST_ELEMENT_ERROR (src, CORE, NEGOTIATION, (NULL), - ("format wasn't negotiated before get function")); + (_("format wasn't negotiated before get function"))); return GST_FLOW_NOT_NEGOTIATED; } eos: