GstGLBufferPool
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstBufferPool ╰── GstGLBufferPool
GstBufferPool * gst_gl_buffer_pool_new (GstGLContext *context);
GstGLContext *context
GstGLAllocationParams * gst_buffer_pool_config_get_gl_allocation_params (GstStructure *config);
GstStructure *config
void gst_buffer_pool_config_set_gl_allocation_params (GstStructure *config, GstGLAllocationParams *params);
GstGLAllocationParams *params
typedef struct _GstGLBufferPool GstGLBufferPool;
typedef struct { GstBufferPoolClass parent_class; } GstGLBufferPoolClass;