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 567992 - [videocrop] wrong mouse navigation commands while cropping
[videocrop] wrong mouse navigation commands while cropping
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-16 15:53 UTC by Thijs Vermeir
Modified: 2009-01-23 09:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
videocrop navigation (2.44 KB, patch)
2009-01-16 15:56 UTC, Thijs Vermeir
committed Details | Review

Description Thijs Vermeir 2009-01-16 15:53:42 UTC
Hello,

videocrop is forwarding the mouse navigation events as-is when cropping the video. So the pointer_x and/or pointer_y values of this event are wrong when cropping the left and/or top of the video.
Comment 1 Thijs Vermeir 2009-01-16 15:56:23 UTC
Created attachment 126591 [details] [review]
videocrop navigation

fix the coordinates of the mouse navigation events.
Comment 2 Sebastian Dröge (slomo) 2009-01-23 09:50:49 UTC
commit 1b822932488aeff7ea7a519407c9a38b2b1d35c3
Author: Thijs Vermeir <thijsvermeir@gmail.com>
Date:   Fri Jan 23 10:49:28 2009 +0100

    Fix navigation event forwarding while cropping. Fixes bug #567992.
    
    Fix the navigation event forwarding while cropping by adjusting
    the mouse position by the amount of cropped pixels.