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:
parent
d31472fde7
commit
0ff9b1e276
@ -298,7 +298,7 @@ struct _GstLineCache
|
|||||||
gpointer need_line_data;
|
gpointer need_line_data;
|
||||||
GDestroyNotify need_line_notify;
|
GDestroyNotify need_line_notify;
|
||||||
|
|
||||||
gboolean n_lines;
|
guint n_lines;
|
||||||
guint stride;
|
guint stride;
|
||||||
GstLineCacheAllocLineFunc alloc_line;
|
GstLineCacheAllocLineFunc alloc_line;
|
||||||
gpointer alloc_line_data;
|
gpointer alloc_line_data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user