mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
[746/906] android: Add comment to clarify the type of a variable
This commit is contained in:
parent
01ce41f684
commit
98e5077b8f
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ struct _GstGLWindowAndroidEGL {
|
||||||
GstGLWindow parent;
|
GstGLWindow parent;
|
||||||
|
|
||||||
GstGLEGL *egl;
|
GstGLEGL *egl;
|
||||||
|
/* This is actually an ANativeWindow */
|
||||||
EGLNativeWindowType native_window;
|
EGLNativeWindowType native_window;
|
||||||
|
|
||||||
GMainContext *main_context;
|
GMainContext *main_context;
|
||||||
|
|
Loading…
Reference in a new issue