projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e8fc49
)
gl/mem: pad the public struct
author
Matthew Waters
<ystreet00@gmail.com>
Thu, 1 May 2014 02:51:06 +0000
(12:51 +1000)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 9 Dec 2017 19:31:38 +0000
(19:31 +0000)
gst-libs/gst/gl/gstglmemory.h
patch
|
blob
|
history
diff --git
a/gst-libs/gst/gl/gstglmemory.h
b/gst-libs/gst/gl/gstglmemory.h
index 9d9558b55df2934ed0586a36b77994ac8ac6a924..bd898eb3753f6baeee5dbb3be369269395f30dc6 100644
(file)
--- a/
gst-libs/gst/gl/gstglmemory.h
+++ b/
gst-libs/gst/gl/gstglmemory.h
@@
-100,6
+100,8
@@
struct _GstGLMemory
gpointer user_data;
guint pbo;
guint unpack_length;
+
+ gpointer _gst_reserved[GST_PADDING];
};
/**