mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
glimagesink: remove extra argument from debug call
This commit is contained in:
parent
c064e4e75e
commit
884be3de11
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ gst_glimage_sink_mouse_event_cb (GstGLWindow * window, char *event_name,
|
|||
int button, double posx, double posy, GstGLImageSink * gl_sink)
|
||||
{
|
||||
GST_DEBUG_OBJECT (gl_sink, "glimagesink event %s at %g, %g", event_name, posx,
|
||||
posy, gl_sink);
|
||||
posy);
|
||||
gst_navigation_send_mouse_event (GST_NAVIGATION (gl_sink),
|
||||
event_name, button, posx, posy);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue