GNOME Bugzilla – Bug 748348
video-converter: change data type of _GstLineCache::n_lines
Last modified: 2015-04-23 12:40:16 UTC
Type of _GstLineCache::n_lines is gboolean. Change it to guint for readability.
Created attachment 302194 [details] [review] make n_lines type as guint Patch attached, pls review
Thanks, pushed: commit 0ff9b1e27663477c714bcbaa2bff6ab5a7575da2 Author: Ravi Kiran K N <ravi.kiran@samsung.com> Date: Thu Apr 23 09:50:12 2015 +0530 video-converter: n_lines member should be a guint not a boolean https://bugzilla.gnome.org/show_bug.cgi?id=748348 It's for "correctness" rather than readability really :)