summaryrefslogtreecommitdiffstats
path: root/config.tests/gstreamer_photography/main.cpp
blob: 1ca0dbb74a1e26379bd60141224666e25fb8a74b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: BSD-3-Clause

#define GST_USE_UNSTABLE_API

#include <gst/interfaces/photography.h>
#include <gst/interfaces/photography-enumtypes.h>
#include <gst/pbutils/pbutils.h>
#include <gst/pbutils/encoding-profile.h>

int main(int argc, char** argv)
{
    return 0;
}