diff options
Diffstat (limited to 'gst-libs/gst/gl/gstglmemory.h')
-rw-r--r-- | gst-libs/gst/gl/gstglmemory.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gst-libs/gst/gl/gstglmemory.h b/gst-libs/gst/gl/gstglmemory.h index 9a40d48f9..c180c8342 100644 --- a/gst-libs/gst/gl/gstglmemory.h +++ b/gst-libs/gst/gl/gstglmemory.h @@ -226,8 +226,9 @@ guint gst_gl_memory_get_texture_id (GstGLMemory * gl_me gboolean gst_gl_memory_setup_buffer (GstGLMemoryAllocator * allocator, GstBuffer * buffer, - GstGLVideoAllocationParams * params); - + GstGLVideoAllocationParams * params, + gpointer *wrapped_data, + gsize n_wrapped_pointers); GstGLMemoryAllocator * gst_gl_memory_allocator_get_default (GstGLContext *context); |