mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gl: remove unneeded gst_gl_buffer_alloc from header file
There's no implementation anymore!
This commit is contained in:
parent
e80337e374
commit
a3e593d2a9
1 changed files with 0 additions and 7 deletions
|
@ -126,13 +126,6 @@ void gst_gl_buffer_init_once (void);
|
||||||
GST_EXPORT
|
GST_EXPORT
|
||||||
gboolean gst_is_gl_buffer (GstMemory * mem);
|
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
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* _GST_GL_BUFFER_H_ */
|
#endif /* _GST_GL_BUFFER_H_ */
|
||||||
|
|
Loading…
Reference in a new issue