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 769371 - glimagesink: Horizontal/vertical flip matrizes are swapped
glimagesink: Horizontal/vertical flip matrizes are swapped
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.9.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-08-01 06:28 UTC by Haihua Hu
Modified: 2016-08-02 11:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
glimagesink: fix rotate method matrix wrong (1.03 KB, patch)
2016-08-01 06:29 UTC, Haihua Hu
committed Details | Review

Description Haihua Hu 2016-08-01 06:28:46 UTC
Actually, the vertical flip and horizontak flip matrix are wrong.
Comment 1 Haihua Hu 2016-08-01 06:29:50 UTC
Created attachment 332459 [details] [review]
glimagesink: fix rotate method matrix wrong
Comment 2 Sebastian Dröge (slomo) 2016-08-02 11:51:56 UTC
commit 87a86b78b525c5ebf0e2d856e42718e170399a7d
Author: Haihua Hu <jared.hu@nxp.com>
Date:   Mon Aug 1 14:12:35 2016 +0800

    glimagesink: Fix horizontal/vertical flip matrizes
    
    They were swapped.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=769371