NVIDIA DeepStream SDK API Reference

7.0 Release
deepstream_primary_gie.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2018-2019 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 #ifndef __NVGSTDS_PRIMARY_GIE_H__
14 #define __NVGSTDS_PRIMARY_GIE_H__
15 
16 #ifdef __cplusplus
17 extern "C"
18 {
19 #endif
20 
21 #include "deepstream_gie.h"
22 
23 typedef struct
24 {
25  GstElement *bin;
26  GstElement *queue;
27  GstElement *nvvidconv;
28  GstElement *primary_gie;
30 
43 gboolean create_primary_gie_bin (NvDsGieConfig *config,
44  NvDsPrimaryGieBin *bin);
45 
46 #ifdef __cplusplus
47 }
48 #endif
49 
50 #endif
NvDsPrimaryGieBin
Definition: deepstream_primary_gie.h:23
NvDsPrimaryGieBin::nvvidconv
GstElement * nvvidconv
Definition: deepstream_primary_gie.h:27
create_primary_gie_bin
gboolean create_primary_gie_bin(NvDsGieConfig *config, NvDsPrimaryGieBin *bin)
Initialize NvDsPrimaryGieBin.
NvDsPrimaryGieBin::queue
GstElement * queue
Definition: deepstream_primary_gie.h:26
deepstream_gie.h
NvDsPrimaryGieBin::bin
GstElement * bin
Definition: deepstream_primary_gie.h:25
NvDsGieConfig
Definition: deepstream_gie.h:33
NvDsPrimaryGieBin::primary_gie
GstElement * primary_gie
Definition: deepstream_primary_gie.h:28