summaryrefslogtreecommitdiff
path: root/tests/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/image.h')
-rw-r--r--tests/image.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/tests/image.h b/tests/image.h
index 6c7afaf9..8c1229f8 100644
--- a/tests/image.h
+++ b/tests/image.h
@@ -33,14 +33,13 @@ image_generate(
guint height
);
-gboolean
-image_draw_rectangle(
- GstVaapiImage *image,
- gint x,
- gint y,
- guint width,
- guint height,
- guint32 color
+GstVaapiImage *
+image_generate_full(
+ GstVaapiDisplay *display,
+ GstVideoFormat format,
+ guint width,
+ guint height,
+ guint32 flags
);
gboolean