Fix typo.

This commit is contained in:
gb 2010-03-18 12:52:58 +00:00
parent c0462fe0c8
commit 941e7d8d63

View file

@ -197,7 +197,7 @@ main(int argc, char *argv[])
if (!image)
g_error("could not create Gst/VA image");
if (!draw_rgb_rects(image))
g_error("could not draw RGB rectangels");
g_error("could not draw RGB rectangles");
if (!gst_vaapi_surface_put_image(surface, image))
g_error("could not upload image");