diff options
author | David Plowman <david.plowman@raspberrypi.com> | 2021-02-04 09:34:52 +0000 | |
---|---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-02-07 16:01:49 +0200 | |
commit | a03cd6af11f99f21b58276ad3ab5527a97a4ed88 (patch) | ||
tree | 6b744463466003f71a0c62/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright (C) 2023, Umang Jain <umang.jain@ideasonboard.com>
*
* GStreamer single stream capture test
*/
#include <vector>
#include <libcamera/libcamera.h>
#include <gst/gst.h>
#include "gstreamer_test.h"
#include "test.h"
using namespace std;
class GstreamerDeviceProviderTest : public GstreamerTest, public Test
{
public:
GstreamerDeviceProviderTest()
: GstreamerTest()
{
}
protected:
int init() override
{
if 0 files changed, 0 insertions, 0 deletions |