GNOME Bugzilla – Bug 745191
omx: cleanup code a bit to remove else statement
Last modified: 2016-07-06 09:14: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.
Created attachment 297945 [details] [review] cleanup code a bit to remove else statement
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