After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 691832 - osxvideosink doesn't propagate input events to output window
osxvideosink doesn't propagate input events to output window
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.31
Other Mac OS
: Normal normal
: 1.0.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-01-16 08:30 UTC by Alexey Chernov
Modified: 2013-01-23 10:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch addressing the problem (1.28 KB, patch)
2013-01-16 08:48 UTC, Alexey Chernov
committed Details | Review

Description Alexey Chernov 2013-01-16 08:30:05 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).
Comment 1 Alexey Chernov 2013-01-16 08:48:50 UTC
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.
Comment 2 Sebastian Dröge (slomo) 2013-01-16 10:37:50 UTC
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