[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:
parent
8e0278cf05
commit
2e43b533ea
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user