mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +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
91ed9fe362
commit
1c12c21653
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