[181/906] add a translatable string to testsrc to get rid of po dir errors after...
authorFilippo Argiolas <filippo.argiolas@gmail.com>
Sun, 17 Aug 2008 07:24:24 +0000 (09:24 +0200)
committerMatthew Waters <ystreet00@gmail.com>
Sat, 15 Mar 2014 17:36:25 +0000 (18:36 +0100)
gst/gl/gstgltestsrc.c

index 92b46f7..48f57d5 100644 (file)
@@ -43,6 +43,7 @@
 
 #include "gstgltestsrc.h"
 #include "gltestsrc.h"
+#include <gst/gst-i18n-plugin.h>
 
 #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: