gl: remove unneeded gst_gl_buffer_alloc from header file

There's no implementation anymore!
This commit is contained in:
Matthew Waters 2016-11-18 01:06:51 +11:00
parent 66d616f5ed
commit f3d2be1e4f

View file

@ -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_ */