GNOME Bugzilla – Bug 639291
[xingmux] Return NULL instead of 0 for a function returning gboolean
Last modified: 2011-01-24 18:46:01 UTC
Created attachment 178112 [details] [review] patch I found that in file gstxingmux.c, function parse_header(), has a "return 0", I think "return FALSE" is better
Thanks, I'll push this after release.
commit 904d0b9b603adb2b9afad2a29e7351e6b737df15 Author: Yang Xichuan <xichuan.yang@tieto.com> Date: Wed Jan 12 16:48:57 2011 +0800 xingmux: Use FALSE instead of 0 as return value for a function returning gbo Fixes bug #639291.