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:
committed by
Laurent Pinchart
parent
6219257562
commit
da0dd36149
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user