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 745191 - omx: cleanup code a bit to remove else statement
omx: cleanup code a bit to remove else statement
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-omx
git master
Other Linux
: Normal minor
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-02-26 01:11 UTC by Wonchul Lee
Modified: 2016-07-06 09:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
cleanup code a bit to remove else statement (1.02 KB, application/mbox)
2015-02-26 01:11 UTC, Wonchul Lee
  Details
cleanup code a bit to remove else statement (1.02 KB, patch)
2015-02-26 02:00 UTC, Wonchul Lee
committed Details | Review

Description Wonchul Lee 2015-02-26 01:11:34 UTC
Created attachment 297941 [details]
cleanup code a bit to remove else statement

This is a trivial thing, but I cleanup some code in gst_omx_port_acquire_buffer.
I just remove else statement and g_assert_not_reached.
Comment 1 Wonchul Lee 2015-02-26 02:00:15 UTC
Created attachment 297945 [details] [review]
cleanup code a bit to remove else statement
Comment 2 Sebastian Dröge (slomo) 2015-02-26 09:14:42 UTC
Thanks for the patch :)

commit df58d8baac0a647cac33e3e273c8c1f9c3ce2274
Author: Wonchul Lee <chul0812@gmail.com>
Date:   Thu Feb 26 09:27:44 2015 +0900

    omx: cleanup code a bit to remove else statement
    
    https://bugzilla.gnome.org/show_bug.cgi?id=745191