summaryrefslogtreecommitdiff
path: root/tests/image.h
diff options
context:
space:
mode:
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>2010-03-26 17:00:45 +0000
committergb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>2010-03-26 17:00:45 +0000
commit9b66ed12339ac8b47f7e936cad2a997367c3d309 (patch)
treea43632d163d6cdadd06d3e0cc5c8bcda8e019aae /tests/image.h
parent10c454e801866feb794ca0ae778e48bd6efeed1e (diff)
Move code around.
Diffstat (limited to 'tests/image.h')
-rw-r--r--tests/image.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/image.h b/tests/image.h
index eb914de8..c0558a68 100644
--- a/tests/image.h
+++ b/tests/image.h
@@ -22,6 +22,7 @@
#define IMAGE_H
#include <gst/vaapi/gstvaapiimage.h>
+#include <gst/vaapi/gstvaapisurface.h>
GstVaapiImage *
image_generate(
@@ -41,4 +42,7 @@ image_draw_rectangle(
guint32 color
);
+gboolean
+image_upload(GstVaapiImage *image, GstVaapiSurface *surface);
+
#endif /* IMAGE_H */