NVIDIA DeepStream SDK API Reference

7.1 Release
includes/config.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2021-2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3  * SPDX-License-Identifier: LicenseRef-NvidiaProprietary
4  *
5  * NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
6  * property and proprietary rights in and to this material, related
7  * documentation and any modifications thereto. Any use, reproduction,
8  * disclosure or distribution of this material and related documentation
9  * without an express license agreement from NVIDIA CORPORATION or
10  * its affiliates is strictly prohibited.
11  */
12 
13 #define PACKAGE "nvvideotestsrc"
14 #define GST_PACKAGE_VERSION "1.16.3"
15 #define GST_PACKAGE_LICENSE "MIT/X11"
16 #define GST_PACKAGE_NAME "NVIDIA GPU Video Test Source"
17 #define GST_PACKAGE_ORIGIN "http://nvidia.com"
18 #define GST_PACKAGE_DESCRIPTION \
19  "Uses CUDA to generate NVIDIA GPU buffers (memory:NVMM) filled " \
20  "with a test pattern"
21 #define GST_PACKAGE_AUTHOR "NVIDIA Corporation"