mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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
This commit is contained in:
parent
e4c7f28bf7
commit
cbc7efdcb6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue