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 committed by Tim-Philipp Müller
parent e80337e374
commit a3e593d2a9

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