index
:
libcamera/libcamera.git
master
libcamera official repository
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
android
/
jpeg
/
encoder_libjpeg.cpp
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
* Copyright (C) 2019, Collabora Ltd.
* Author: Nicolas Dufresne <nicolas.dufresne@collabora.com>
*
* gstlibcamerapad.h - GStreamer Capture Element
*/
#pragma once
#include
"gstlibcamerapool.h"
#include <gst/gst.h>
#include <libcamera/stream.h>
#define GST_TYPE_LIBCAMERA_PAD gst_libcamera_pad_get_type()
G_DECLARE_FINAL_TYPE
(
GstLibcameraPad
,
gst_libcamera_pad
,
GST_LIBCAMERA
,
PAD
,
GstPad
)
libcamera
::
StreamRole
gst_libcamera_pad_get_role
(
GstPad
*
pad
);
GstLibcameraPool
*
gst_libcamera_pad_get_pool