gltestsrc: Fix typo (occured->occurred)

https://bugzilla.gnome.org/show_bug.cgi?id=782947
This commit is contained in:
Anders Jonsson 2017-05-22 13:46:36 +02:00 committed by Matthew Waters
parent bd22e10799
commit f3de920b12

View file

@ -487,7 +487,7 @@ gst_gl_test_src_fill (GstPushSrc * psrc, GstBuffer * buffer)
gl_error:
{
GST_ELEMENT_ERROR (src, RESOURCE, NOT_FOUND, (_("failed to draw pattern")),
(_("A GL error occured")));
(_("A GL error occurred")));
return GST_FLOW_NOT_NEGOTIATED;
}
not_negotiated: