summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Plowman <david.plowman@raspberrypi.com>2021-06-28 13:23:24 +0100
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-06-28 19:34:46 +0300
commitec5d3142a9452703be93cb336689a9e6163a0f72 (patch)
treede796351846dc87f15224db9e76f9a886f96ecc0 /inclu/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * Copyright (C) 2020, Collabora Ltd. * Author: Nicolas Dufresne <nicolas.dufresne@collabora.com> * * gstlibcameraprovider.h - GStreamer Device Provider */ #ifndef __GST_LIBCAMERA_PROVIDER_H__ #define __GST_LIBCAMERA_PROVIDER_H__ #include <gst/gst.h> G_BEGIN_DECLS #define GST_TYPE_LIBCAMERA_PROVIDER gst_libcamera_provider_get_type() G_DECLARE_FINAL_TYPE(GstLibcameraProvider, gst_libcamera_provider, GST_LIBCAMERA, PROVIDER, GstDeviceProvider) G_END_DECLS #endif /* __GST_LIBCAMERA_PROVIDER_H__ */
cgit v1.2.1 (git 2.18.0) at 2024-12-22 17:02:50 +0000