video-converter: n_lines member should be a guint not a boolean
authorRavi Kiran K N <ravi.kiran@samsung.com>
Thu, 23 Apr 2015 04:20:12 +0000 (09:50 +0530)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 23 Apr 2015 12:30:45 +0000 (13:30 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=748348

gst-libs/gst/video/video-converter.c

index fa655f5..10d310e 100644 (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;