summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2016-11-18 01:06:51 +1100
committerMatthew Waters <matthew@centricular.com>2017-01-10 13:57:37 +1100
commitf3d2be1e4f63b45e584b9c5b8b1d12717d980058 (patch)
treedfcc53ca7cdf1a5a67bb696179f004e2bf41bee5
parent66d616f5edb6e2538950abd040628f8eca6a74b5 (diff)
downloadgstreamer-plugins-bad-f3d2be1e4f63b45e584b9c5b8b1d12717d980058.tar.gz
gl: remove unneeded gst_gl_buffer_alloc from header file
There's no implementation anymore!
-rw-r--r--gst-libs/gst/gl/gstglbuffer.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gst-libs/gst/gl/gstglbuffer.h b/gst-libs/gst/gl/gstglbuffer.h
index b93931027..f139f2d17 100644
--- a/gst-libs/gst/gl/gstglbuffer.h
+++ b/gst-libs/gst/gl/gstglbuffer.h
@@ -126,13 +126,6 @@ void gst_gl_buffer_init_once (void);
GST_EXPORT
gboolean gst_is_gl_buffer (GstMemory * mem);
-GST_EXPORT
-GstGLBuffer * gst_gl_buffer_alloc (GstGLContext * context,
- guint gl_target,
- guint gl_usage,
- GstAllocationParams * params,
- gsize maxsize);
-
G_END_DECLS
#endif /* _GST_GL_BUFFER_H_ */