mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
[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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue