GNOME Bugzilla – Bug 691832
osxvideosink doesn't propagate input events to output window
Last modified: 2013-01-23 10:39:38 UTC
In case of video output to external window osxvideosink doesn't propagate input events to it after processing them to send GstNavigation. However, these events could be important for higher-level window management if one would choose to use some other way to process input events (using Qt or Gtk routines, for example).
Created attachment 233575 [details] [review] Patch addressing the problem Here's a proposed patch which fixes the problem for me. It just makes GstGLView call NSView methods on input events, so that all the events are available for parent views.
commit 162924850291ab70ef3046d68ec83f6ccaa0a5d1 Author: Alexey Chernov <achernov@neosphere.com> Date: Wed Jan 16 12:04:59 2013 +0400 osxvideosink: Make GstGLView propagate input events to its parent view Fixes bug #691832