Skip to content
Snippets Groups Projects
Commit 4f70b88a authored by Aurélien Zanelli's avatar Aurélien Zanelli Committed by Nicolas Dufresne
Browse files

v4l2allocator: fix gst_v4l2_allocator_stop prototype

gst_v4l2_allocator_stop returns a GstV4l2Return, not a gboolean.

https://bugzilla.gnome.org/show_bug.cgi?id=739792
parent 8f10ed99
Loading
......@@ -123,7 +123,7 @@ GstV4l2Allocator* gst_v4l2_allocator_new (GstObject *parent, gint
guint gst_v4l2_allocator_start (GstV4l2Allocator * allocator,
guint32 count, guint32 memory);
gboolean gst_v4l2_allocator_stop (GstV4l2Allocator * allocator);
GstV4l2Return gst_v4l2_allocator_stop (GstV4l2Allocator * allocator);
GstV4l2MemoryGroup* gst_v4l2_allocator_alloc_mmap (GstV4l2Allocator * allocator);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment