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 736090 - aiffparse: duplicate else-if condition
aiffparse: duplicate else-if condition
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal normal
: 1.4.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-05 04:23 UTC by Vineeth
Modified: 2014-09-11 14:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (851 bytes, patch)
2014-09-05 04:24 UTC, Vineeth
committed Details | Review

Description Vineeth 2014-09-05 04:23:35 UTC
In gst_aiff_parse_create_caps
 if and else-if conditions are duplicated.
Comment 1 Vineeth 2014-09-05 04:24:54 UTC
Created attachment 285449 [details] [review]
proposed patch
Comment 2 Sebastian Dröge (slomo) 2014-09-05 07:46:36 UTC
commit d089c537042d8866fc62578fa7718647a540ebbe
Author: Vineeth T M <vineeth.tm@samsung.com>
Date:   Fri Sep 5 09:53:15 2014 +0530

    aiffparse: Fix handling of 64 bit floating point data
    
    In gst_aiff_parse_create_caps if and else-if conditions
    are duplicated.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736090