GstGLBufferPool

GstGLBufferPool

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GstObject
            ╰── GstBufferPool
                ╰── GstGLBufferPool

Description

Functions

gst_gl_buffer_pool_new ()

GstBufferPool *
gst_gl_buffer_pool_new (GstGLContext *context);

gst_buffer_pool_config_get_gl_allocation_params ()

GstGLAllocationParams *
gst_buffer_pool_config_get_gl_allocation_params
                               (GstStructure *config);

gst_buffer_pool_config_set_gl_allocation_params ()

void
gst_buffer_pool_config_set_gl_allocation_params
                               (GstStructure *config,
                                GstGLAllocationParams *params);

Types and Values

GstGLBufferPool

typedef struct _GstGLBufferPool GstGLBufferPool;

GstGLBufferPoolClass

typedef struct {
  GstBufferPoolClass parent_class;
} GstGLBufferPoolClass;