mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
gtk: fix motion event name
s/motion/mouse/ Fixes hover interaction with DVD menus
This commit is contained in:
parent
7d96729feb
commit
c867c8505b
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ gtk_gst_base_widget_motion_event (GtkWidget * widget, GdkEventMotion * event)
|
|||
|
||||
_display_size_to_stream_size (base_widget, event->x, event->y, &x, &y);
|
||||
|
||||
gst_navigation_send_mouse_event (GST_NAVIGATION (element), "motion-move",
|
||||
gst_navigation_send_mouse_event (GST_NAVIGATION (element), "mouse-move",
|
||||
0, x, y);
|
||||
}
|
||||
g_object_unref (element);
|
||||
|
|
Loading…
Reference in a new issue