diff options
author | Matthew Waters <matthew@centricular.com> | 2015-12-14 13:08:10 +1100 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2015-12-14 16:34:54 +1100 |
commit | 6cf8da132b6eb75084871ac4409356be62537b2f (patch) | |
tree | 5d0dfc8cf55ef71c11cfc5e9c0d0dd5d5ccab9d1 /docs/libs | |
parent | 27e724df8f0b7bb0d98a6c1589777633b3dadcba (diff) | |
download | gstreamer-plugins-bad-6cf8da132b6eb75084871ac4409356be62537b2f.tar.gz |
gl: add a GL buffer based GstMemory
Heavily based on GstGLBaseBuffer that is a subclass of GstGLBaseMemory.
Provides GPU and CPU accessible GL buffer objects by GL handle or by
sysmem data pointer.
Diffstat (limited to 'docs/libs')
-rw-r--r-- | docs/libs/gst-plugins-bad-libs.types | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libs/gst-plugins-bad-libs.types b/docs/libs/gst-plugins-bad-libs.types index f74626c75..83eebef20 100644 --- a/docs/libs/gst-plugins-bad-libs.types +++ b/docs/libs/gst-plugins-bad-libs.types @@ -26,7 +26,7 @@ gst_mpegts_stream_type_get_type gst_insert_bin_get_type -gst_gl_allocator_get_type +gst_gl_buffer_allocator_get_type gst_gl_base_filter_get_type gst_gl_buffer_pool_get_type gst_gl_color_convert_get_type |