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 754054 - videorate: remove unnecessary break statement
videorate: remove unnecessary break statement
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other Linux
: Normal minor
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 754377 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2015-08-25 07:24 UTC by Vineeth
Modified: 2015-10-02 14:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove unnecessary break statement (1.21 KB, patch)
2015-08-25 07:25 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-08-25 07:24:05 UTC
Trivial patch to remove unncessary break statement used after goto statement.
Comment 1 Vineeth 2015-08-25 07:25:07 UTC
Created attachment 309940 [details] [review]
remove unnecessary break statement
Comment 2 Luis de Bethencourt 2015-08-25 10:51:52 UTC
Review of attachment 309940 [details] [review]:

Looks good.
Comment 3 Vineeth 2015-09-01 06:51:41 UTC
*** Bug 754377 has been marked as a duplicate of this bug. ***
Comment 4 Sebastian Dröge (slomo) 2015-10-02 14:27:35 UTC
commit a1d84edd16865bc89f986ab8c68f29f436d74f7b
Author: Vineeth T M <vineeth.tm@samsung.com>
Date:   Tue Aug 25 16:24:12 2015 +0900

    videorate: remove unnecessary break statement
    
    Trivial patch to remove unncessary break statement used after
    goto statement.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754054