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:
04199db
)
gl/egl: fix inverted typedef
author
Matthew Waters
<matthew@centricular.com>
Tue, 16 Aug 2016 10:33:21 +0000
(20:33 +1000)
committer
Matthew Waters
<matthew@centricular.com>
Tue, 16 Aug 2016 10:34:37 +0000
(20:34 +1000)
2b6841d
had an inverted typedef defining ginptr and EGLAttrib. Fix that.
gst-libs/gst/gl/egl/gstegl.h
patch
|
blob
|
history
diff --git
a/gst-libs/gst/gl/egl/gstegl.h
b/gst-libs/gst/gl/egl/gstegl.h
index d227153cd7c6cad2b51a6e0984de1f91ece70cb3..2a31f82dab65892be469fd163cec5623fc11676d 100644
(file)
--- a/
gst-libs/gst/gl/egl/gstegl.h
+++ b/
gst-libs/gst/gl/egl/gstegl.h
@@
-48,7
+48,7
@@
/* compatibility definitions... */
#if !GST_GL_HAVE_EGLATTRIB
-typedef
EGLAttrib gintptr
;
+typedef
gintptr EGLAttrib
;
#endif
#endif /* _GST_EGL_H_ */