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 573391 - [videoanalyse] Wrong brightness calculation
[videoanalyse] Wrong brightness calculation
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal trivial
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-27 13:08 UTC by Andrzej Polatyński
Modified: 2009-02-27 19:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fixed brightness calculation (521 bytes, patch)
2009-02-27 13:09 UTC, Andrzej Polatyński
committed Details | Review

Description Andrzej Polatyński 2009-02-27 13:08:47 UTC
videoanalyse calculates brightness from only the first rowstride of video frame
Comment 1 Andrzej Polatyński 2009-02-27 13:09:59 UTC
Created attachment 129651 [details] [review]
fixed brightness calculation
Comment 2 Sebastian Dröge (slomo) 2009-02-27 19:45:02 UTC
commit 22a9d7577f74b9d09a4e5a90af2a9e085a45fc7a
Author: Andrzej Polatyński <apolatynski@gmail.com>
Date:   Fri Feb 27 20:43:25 2009 +0100

    videoanalyse: Fix brightness calculation to not only use the first rowstride
    
    Fixes bug #573391.