| GStreamer Bad Plugins 1.0 Library Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
GstGLBufferPoolGstGLBufferPool — buffer pool for GstGLMemory objects |
struct GstGLBufferPool;
struct GstGLBufferPoolClass;
GstBufferPool * gst_gl_buffer_pool_new (GstGLContext *context);
GObject
+----GInitiallyUnowned
+----GstObject
+----GstBufferPool
+----GstGLBufferPool
a GstGLBufferPool is an object that allocates buffers with GstGLMemory
A GstGLBufferPool is created with gst_gl_buffer_pool_new()
GstGLBufferPool implements the VideoMeta buffer pool option GST_BUFFER_POOL_OPTION_VIDEO_META
struct GstGLBufferPoolClass {
GstBufferPoolClass parent_class;
};
The GstGLBufferPoolClass structure contains only private data
GstBufferPool * gst_gl_buffer_pool_new (GstGLContext *context);
|
the GstGLDisplay to use |
Returns : |
a GstBufferPool that allocates buffers with GstGLMemory |