diff options
author | Matthew Waters <matthew@centricular.com> | 2016-05-04 00:19:44 +1000 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2016-05-04 12:51:59 +1000 |
commit | c9d9077a5fa306a07a75fcf7ed033e56c1ab9231 (patch) | |
tree | 4811b7d08d143496d72a99df2aa04394533803a0 /docs/libs | |
parent | 5228238715a3d73bbfe9a7de1c02941096e95576 (diff) |
glbasememory: take a pointer as the wrapped gpu handle
Allows passing arbitrary data to wrap the the specific memory implementation
which is required for some memory implementations.
Diffstat (limited to 'docs/libs')
-rw-r--r-- | docs/libs/gst-plugins-bad-libs-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-bad-libs-sections.txt b/docs/libs/gst-plugins-bad-libs-sections.txt index 5014d893f..a0d2de4b9 100644 --- a/docs/libs/gst-plugins-bad-libs-sections.txt +++ b/docs/libs/gst-plugins-bad-libs-sections.txt @@ -1184,6 +1184,7 @@ gst_gl_video_allocation_params_free_data gst_gl_video_allocation_params_init_full gst_gl_video_allocation_params_new gst_gl_video_allocation_params_new_wrapped_data +gst_gl_video_allocation_params_new_wrapped_gl_handle gst_gl_video_allocation_params_new_wrapped_texture GstGLMemoryAllocator GstGLMemoryAllocatorClass |