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

#define GST_USE_UNSTABLE_API

#include <gst/app/gstappsrc.h>

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