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 614843 - [alphacolor] unneeded variable
[alphacolor] unneeded variable
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-04 23:38 UTC by André Dieb Martins
Modified: 2010-04-05 13:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix (1.08 KB, patch)
2010-04-04 23:39 UTC, André Dieb Martins
committed Details | Review

Description André Dieb Martins 2010-04-04 23:38:48 UTC
The variable "ret" on gst_alpha_color_transform_ip() (line 631) is unneeded as its value never changes.
Comment 1 André Dieb Martins 2010-04-04 23:39:36 UTC
Created attachment 157931 [details] [review]
Proposed fix
Comment 2 Sebastian Dröge (slomo) 2010-04-05 08:32:25 UTC
commit 5a395846c60a59459b6f31060946a7f94f03e670
Author: André Dieb Martins <andre.dieb@gmail.com>
Date:   Sun Apr 4 19:02:41 2010 -0300

    alphacolor: Removing unused variable
    
    Fixes bug #614843.