gl: remove unneeded gst_gl_buffer_alloc from header file
authorMatthew Waters <matthew@centricular.com>
Thu, 17 Nov 2016 14:06:51 +0000 (01:06 +1100)
committerMatthew Waters <matthew@centricular.com>
Tue, 10 Jan 2017 02:57:37 +0000 (13:57 +1100)
There's no implementation anymore!

gst-libs/gst/gl/gstglbuffer.h

index b939310..f139f2d 100644 (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_ */