From 2e43b533ea44f6a4ec60edf960acb341f9d567bf Mon Sep 17 00:00:00 2001 From: Filippo Argiolas Date: Sun, 17 Aug 2008 09:24:24 +0200 Subject: [PATCH] [181/906] add a translatable string to testsrc to get rid of po dir errors after distclean and git clean --- gst/gl/gstgltestsrc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- 2.7.4