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 754251 - qtsink: explicitely fallthrough switch statement
qtsink: explicitely fallthrough switch statement
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-28 15:30 UTC by Luis de Bethencourt
Modified: 2015-09-29 12:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (741 bytes, patch)
2015-08-28 15:30 UTC, Luis de Bethencourt
committed Details | Review

Description Luis de Bethencourt 2015-08-28 15:30:16 UTC
Created attachment 310203 [details] [review]
patch

In case ret is False, fallthrough to default case.

CID 1320705
Comment 1 Luis de Bethencourt 2015-08-28 15:31:16 UTC
Review of attachment 310203 [details] [review]:

This doesn't change the logic, or fixes any actual bug. Just appeases Coverity.

Merge after freeze.
Comment 2 Luis de Bethencourt 2015-09-29 12:37:27 UTC
Review of attachment 310203 [details] [review]:

commit ff8f648f377ed78f9dafd7df09ffb6637019ed13
Author: Luis de Bethencourt <luis@debethencourt.com>
Date:   Fri Aug 28 16:24:24 2015 +0100

    qtsink: explicitely fallthrough switch statement

    In case ret is False, fallthrough to default case.

    CID #1320705