mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue