manpagez: man pages & more
html files: gst-plugins-bad-libs-1.0
Home | html | info | man

GstGlBufferPool

GstGlBufferPool — buffer pool for GstGLBaseMemory objects

Types and Values

Object Hierarchy

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

Description

a GstGLBufferPool is an object that allocates buffers with GstGLBaseMemory

A GstGLBufferPool is created with gst_gl_buffer_pool_new()

GstGLBufferPool implements the VideoMeta buffer pool option GST_BUFFER_POOL_OPTION_VIDEO_META, the VideoAligment buffer pool option GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT as well as the OpenGL specific GST_BUFFER_POOL_OPTION_GL_SYNC_META buffer pool option.

Functions

gst_gl_buffer_pool_new ()

GstBufferPool *
gst_gl_buffer_pool_new (GstGLContext *context);

Parameters

context

the GstGLContext to use

 

Returns

a GstBufferPool that allocates buffers with GstGLMemory


gst_buffer_pool_config_get_gl_allocation_params ()

GstGLAllocationParams *
gst_buffer_pool_config_get_gl_allocation_params
                               (GstStructure *config);

Parameters

config

a buffer pool config

 

Returns

the currently set GstGLAllocationParams or NULL.

[transfer full]


gst_buffer_pool_config_set_gl_allocation_params ()

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

Sets params on config

Parameters

config

a buffer pool config

 

params

a GstGLAllocationParams.

[transfer none]

Types and Values

GstGLBufferPool

typedef struct _GstGLBufferPool GstGLBufferPool;

Opaque GstGLBufferPool struct


GstGLBufferPoolClass

typedef struct {
  GstBufferPoolClass parent_class;
} GstGLBufferPoolClass;

The GstGLBufferPoolClass structure contains only private data

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.