[746/906] android: Add comment to clarify the type of a variable
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 12 Jul 2013 12:20:41 +0000 (14:20 +0200)
committerMatthew Waters <ystreet00@gmail.com>
Sat, 15 Mar 2014 17:36:58 +0000 (18:36 +0100)
gst-libs/gst/gl/android/gstglwindow_android_egl.h

index 7ec7049..d4cae36 100644 (file)
@@ -44,6 +44,7 @@ struct _GstGLWindowAndroidEGL {
   GstGLWindow parent;
   
   GstGLEGL *egl;
+  /* This is actually an ANativeWindow */
   EGLNativeWindowType native_window;
 
   GMainContext *main_context;