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:
4010faf
)
glfilter: remove unused class fields in/out_tex_id
author
Matthew Waters
<matthew@centricular.com>
Wed, 15 Jun 2016 05:47:47 +0000
(15:47 +1000)
committer
Matthew Waters
<matthew@centricular.com>
Wed, 15 Jun 2016 05:47:47 +0000
(15:47 +1000)
The functionality is not used by any subclass nor are the values set anywhere.
gst-libs/gst/gl/gstglfilter.h
patch
|
blob
|
history
diff --git
a/gst-libs/gst/gl/gstglfilter.h
b/gst-libs/gst/gl/gstglfilter.h
index a818bab24fcc9f18ade580ff89edf2035fb6ba75..5025bdea870d329f33ed248094a09d7be7ea8aa5 100644
(file)
--- a/
gst-libs/gst/gl/gstglfilter.h
+++ b/
gst-libs/gst/gl/gstglfilter.h
@@
-67,9
+67,6
@@
struct _GstGLFilter
GLuint fbo;
GLuint depthbuffer;
- GLuint in_tex_id;
- GLuint out_tex_id;
-
GstGLShader *default_shader;
gboolean valid_attributes;