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 633205 - Fix for navigation events in videoflip
Fix for navigation events in videoflip
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-26 15:54 UTC by Jan Schmidt
Modified: 2010-10-27 11:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pass events upstream in videoflip (975 bytes, patch)
2010-10-26 15:55 UTC, Jan Schmidt
none Details | Review

Description Jan Schmidt 2010-10-26 15:54:51 UTC
videoflip has forever had code to recalculate mouse event positions in navigation events, but has a bug where it doesn't send them upstream - in fact, it isn't forwarding *any* events upstream.

Simple patch attached.
Comment 1 Jan Schmidt 2010-10-26 15:55:46 UTC
Created attachment 173276 [details] [review]
pass events upstream in videoflip
Comment 2 Jan Schmidt 2010-10-27 11:00:37 UTC
Pushed, since the fix is trivial