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 751690 - playbin : remove unnecessary break
playbin : remove unnecessary break
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal minor
: 1.5.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-29 22:38 UTC by Danny Song (sedman)
Modified: 2015-08-16 13:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
format patch for removing break (704 bytes, patch)
2015-06-29 22:38 UTC, Danny Song (sedman)
committed Details | Review

Description Danny Song (sedman) 2015-06-29 22:38:00 UTC
Created attachment 306346 [details] [review]
format patch for removing break

playbin : remove unnecessary(twice) break in switch statement.
Comment 1 Thiago Sousa Santos 2015-06-29 22:56:24 UTC
Pushed, thanks for the patch

commit 49d00834567eb311a34e18765d1768d992b7bf34
Author: danny song <danny.song.ga@gmail.com>
Date:   Tue Jun 30 07:26:00 2015 +0900

    playbin: remove unnecessary break
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751690