projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c3a5cb
)
gl: remove unneeded gst_gl_buffer_alloc from header file
author
Matthew Waters
<matthew@centricular.com>
Thu, 17 Nov 2016 14:06:51 +0000
(
01:06
+1100)
committer
Matthew Waters
<matthew@centricular.com>
Fri, 13 Jan 2017 00:32:58 +0000
(11:32 +1100)
There's no implementation anymore!
gst-libs/gst/gl/gstglbuffer.h
patch
|
blob
|
history
diff --git
a/gst-libs/gst/gl/gstglbuffer.h
b/gst-libs/gst/gl/gstglbuffer.h
index b93931027f00878874852bcfe68d44046741c233..f139f2d17d4b22388237a541c6735ea852480ace 100644
(file)
--- 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_ */