mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
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
This commit is contained in:
parent
74eb903727
commit
114b84c1a3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue