summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglbufferpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/gl/gstglbufferpool.h')
-rw-r--r--gst-libs/gst/gl/gstglbufferpool.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/gstglbufferpool.h b/gst-libs/gst/gl/gstglbufferpool.h
index a13695517..bfe5371c7 100644
--- a/gst-libs/gst/gl/gstglbufferpool.h
+++ b/gst-libs/gst/gl/gstglbufferpool.h
@@ -30,6 +30,7 @@
G_BEGIN_DECLS
/* buffer pool functions */
+GST_EXPORT
GType gst_gl_buffer_pool_get_type (void);
#define GST_TYPE_GL_BUFFER_POOL (gst_gl_buffer_pool_get_type())
#define GST_IS_GL_BUFFER_POOL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_GL_BUFFER_POOL))
@@ -66,9 +67,12 @@ struct _GstGLBufferPoolClass
gpointer _padding[GST_PADDING];
};
+GST_EXPORT
GstBufferPool *gst_gl_buffer_pool_new (GstGLContext * context);
+GST_EXPORT
GstGLAllocationParams * gst_buffer_pool_config_get_gl_allocation_params (GstStructure * config);
+GST_EXPORT
void gst_buffer_pool_config_set_gl_allocation_params (GstStructure * config,
GstGLAllocationParams * params);