GNOME Bugzilla – Bug 749421
validate: avoid use of gdk_event_get_event_type() which requires GTK+ >= 3.10
Last modified: 2015-06-24 14:44:15 UTC
Building gst-devtools with gtk < 3.10 fails, because gdk_event_get_event_type is supported from gdk 3.10.
Created attachment 303414 [details] [review] Use gtk >= 3.10 for gtk plugins Check gtk >= 3.10
Created attachment 303416 [details] [review] validate:gtk: Use event->type directly gdk_event_get_event_type was introduced in Gtk 3.10 only
Thanks for the report. Using that method is clearly not mandatory for us so could you please check that fix is enough please? :)
I just confirmed that gst-devtools is compiled properly on gtk 3.4.2 with only your patch. Great. :)
Attachment 303416 [details] pushed as 4829e44 - validate:gtk: Use event->type directly