summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurélien Zanelli <aurelien.zanelli@parrot.com>2014-11-07 17:06:49 +0100
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2014-12-01 10:10:30 -0500
commit4f70b88ab56693881a8630147bb0fc64f387a4e1 (patch)
treef3e32cc6f7d3621f6602a3caf4b7397fe48b5ed9
parent8f10ed99d812e31339d095b6c64cbb10e90958be (diff)
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
-rw-r--r--sys/v4l2/gstv4l2allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/v4l2/gstv4l2allocator.h b/sys/v4l2/gstv4l2allocator.h
index 3f7b33def..8200e03d4 100644
--- a/sys/v4l2/gstv4l2allocator.h
+++ b/sys/v4l2/gstv4l2allocator.h
@@ -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);