video-converter: n_lines member should be a guint not a boolean

https://bugzilla.gnome.org/show_bug.cgi?id=748348
This commit is contained in:
Ravi Kiran K N 2015-04-23 09:50:12 +05:30 committed by Tim-Philipp Müller
parent d31472fde7
commit 0ff9b1e276

View file

@ -298,7 +298,7 @@ struct _GstLineCache
gpointer need_line_data;
GDestroyNotify need_line_notify;
gboolean n_lines;
guint n_lines;
guint stride;
GstLineCacheAllocLineFunc alloc_line;
gpointer alloc_line_data;