glimagesink: remove extra argument from debug call

This commit is contained in:
Matthew Waters 2014-07-24 13:05:00 +10:00
parent 90a4444609
commit 5291ba37d9

View file

@ -432,7 +432,7 @@ gst_glimage_sink_mouse_event_cb (GstGLWindow * window, char *event_name,
int button, double posx, double posy, GstGLImageSink * gl_sink) int button, double posx, double posy, GstGLImageSink * gl_sink)
{ {
GST_DEBUG_OBJECT (gl_sink, "glimagesink event %s at %g, %g", event_name, posx, 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), gst_navigation_send_mouse_event (GST_NAVIGATION (gl_sink),
event_name, button, posx, posy); event_name, button, posx, posy);
} }