summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2017-01-10 20:07:09 +1100
committerMatthew Waters <matthew@centricular.com>2017-01-10 20:07:09 +1100
commit1c12c216538c4d84005c17b15c69faab97c600b9 (patch)
tree4188d4449a74240c5ba5271e2b492d941dbdb84d
parent91ed9fe362ac34ad7d7722fa78cb35e2f9fc6084 (diff)
downloadgstreamer-plugins-bad-1c12c216538c4d84005c17b15c69faab97c600b9.tar.gz
glwindow: use the same parameter names between vfuncs and functions of the same name
Silences GI warnings about symbol's not being used from source code comment block
-rw-r--r--gst-libs/gst/gl/gstglwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/gstglwindow.h b/gst-libs/gst/gl/gstglwindow.h
index ccb19efcb..d6f65d4cc 100644
--- a/gst-libs/gst/gl/gstglwindow.h
+++ b/gst-libs/gst/gl/gstglwindow.h
@@ -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);