gstreamer: Omit extra semicolons

Macros used in gstreamer (e.g. G_DEFINE_TYPE) are functions. The
end semicolons with the macros are unnecessary.

Signed-off-by: Hirokazu Honda <hiroh@chromium.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Hirokazu Honda 2020-10-20 18:15:00 +09:00 committed by Laurent Pinchart
parent 6219257562
commit da0dd36149
6 changed files with 8 additions and 8 deletions

View file

@ -101,7 +101,7 @@ struct _GstLibcameraAllocator {
};
G_DEFINE_TYPE(GstLibcameraAllocator, gst_libcamera_allocator,
GST_TYPE_DMABUF_ALLOCATOR);
GST_TYPE_DMABUF_ALLOCATOR)
static gboolean
gst_libcamera_allocator_release(GstMiniObject *mini_object)