summaryrefslogtreecommitdiff
path: root/gst/vaapi/gstvaapivideomemory.h
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2015-01-27 11:44:12 +0100
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2015-01-27 18:11:45 +0100
commit96ce1bc761b35d1dd49f99adc33c8c6ec451f37f (patch)
treea0a3c559a00ba5b809d18a89fd6dd8c72aa0d228 /gst/vaapi/gstvaapivideomemory.h
parente4e43cd842868c7acbcab80a73c319d9cea7dffa (diff)
videopool: add optional flags for surface pool allocation.
Reword surface pool allocation helpers so that to allow for a simple form, e.g. gst_vaapi_surface_pool_new(format, width, height); and a somewhat more elaborated/flexible form with optional allocation flags and precise GstVideoInfo specification. This is an API/ABI change, and SONAME version needs to be bumped.
Diffstat (limited to 'gst/vaapi/gstvaapivideomemory.h')
-rw-r--r--gst/vaapi/gstvaapivideomemory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/vaapi/gstvaapivideomemory.h b/gst/vaapi/gstvaapivideomemory.h
index 5681a1c0..ba29564a 100644
--- a/gst/vaapi/gstvaapivideomemory.h
+++ b/gst/vaapi/gstvaapivideomemory.h
@@ -187,7 +187,7 @@ gst_vaapi_video_allocator_get_type (void) G_GNUC_CONST;
G_GNUC_INTERNAL
GstAllocator *
gst_vaapi_video_allocator_new (GstVaapiDisplay * display,
- const GstVideoInfo * vip);
+ const GstVideoInfo * vip, guint flags);
G_END_DECLS