glwindow: use the same parameter names between vfuncs and functions of the same name
authorMatthew Waters <matthew@centricular.com>
Tue, 10 Jan 2017 09:07:09 +0000 (20:07 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:26 +0000 (19:32 +0000)
Silences GI warnings about symbol's not being used from source code
comment block

gst-libs/gst/gl/gstglwindow.h

index ccb19ef..d6f65d4 100644 (file)
@@ -137,7 +137,7 @@ struct _GstGLWindowClass {
   GstObjectClass parent_class;
 
   guintptr (*get_display)        (GstGLWindow *window);
-  void     (*set_window_handle)  (GstGLWindow *window, guintptr id);
+  void     (*set_window_handle)  (GstGLWindow *window, guintptr handle);
   guintptr (*get_window_handle)  (GstGLWindow *window);
   void     (*draw)               (GstGLWindow *window);
   void     (*run)                (GstGLWindow *window);