projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e80337e
)
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
Tim-Philipp Müller
<tim@centricular.com>
Sat, 9 Dec 2017 19:32:25 +0000
(19:32 +0000)
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_ */