[181/906] add a translatable string to testsrc to get rid of po dir errors after distclean and git clean

This commit is contained in:
Filippo Argiolas 2008-08-17 09:24:24 +02:00 committed by Matthew Waters
parent 8e0278cf05
commit 2e43b533ea

View 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: