GNOME Bugzilla – Bug 691985
gst_pad_check_reconfigure: only remove flag if set.
Last modified: 2013-01-27 21:04:17 UTC
Created attachment 233708 [details] [review] cosmetic fix the code ifed a debug statement, that can't be right. anyway, the way it is, we don't really need that branch, as we set the flag to unset only if set (and that can't fail) hence the end result is always to unset the flag. Signed-off-by: Niv Sardi <xaiki@evilgiggle.com>
commit 4b3aee569840ed9ad2da936c951973f43b31bcd2 Author: Niv Sardi <xaiki@evilgiggle.com> Date: Thu Jan 17 21:35:48 2013 -0300 gst_pad_check_reconfigure: only remove flag if set. the code ifed a debug statement, that can't be right. anyway, the way it is, we don't really need that branch, as we set the flag to unset only if set (and that can't fail) hence the end result is always to unset the flag. Signed-off-by: Niv Sardi <xaiki@evilgiggle.com> Fixes https://bugzilla.gnome.org/show_bug.cgi?id=691985