mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-24 06:56:26 +00:00
Fix typo.
This commit is contained in:
parent
c0462fe0c8
commit
941e7d8d63
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ main(int argc, char *argv[])
|
||||||
if (!image)
|
if (!image)
|
||||||
g_error("could not create Gst/VA image");
|
g_error("could not create Gst/VA image");
|
||||||
if (!draw_rgb_rects(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))
|
if (!gst_vaapi_surface_put_image(surface, image))
|
||||||
g_error("could not upload image");
|
g_error("could not upload image");
|
||||||
|
|
Loading…
Reference in a new issue