NVIDIA DeepStream SDK API Reference

9.1 Release
sources/apps/apps-common/includes/deepstream_primary_gie.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2018-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3  * SPDX-License-Identifier: Apache-2.0
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  */
17 
18 #ifndef __NVGSTDS_PRIMARY_GIE_H__
19 #define __NVGSTDS_PRIMARY_GIE_H__
20 
21 #ifdef __cplusplus
22 extern "C"
23 {
24 #endif
25 
26 #include "deepstream_gie.h"
27 
28 typedef struct
29 {
30  GstElement *bin;
31  GstElement *queue;
32  GstElement *nvvidconv;
33  GstElement *primary_gie;
35 
48 gboolean create_primary_gie_bin (NvDsGieConfig *config,
49  NvDsPrimaryGieBin *bin);
50 
51 #ifdef __cplusplus
52 }
53 #endif
54 
55 #endif
NvDsPrimaryGieBin
Definition: sources/apps/apps-common/includes/deepstream_primary_gie.h:28
deepstream_gie.h
NvDsPrimaryGieBin::nvvidconv
GstElement * nvvidconv
Definition: sources/apps/apps-common/includes/deepstream_primary_gie.h:32
NvDsPrimaryGieBin::primary_gie
GstElement * primary_gie
Definition: sources/apps/apps-common/includes/deepstream_primary_gie.h:33
create_primary_gie_bin
gboolean create_primary_gie_bin(NvDsGieConfig *config, NvDsPrimaryGieBin *bin)
Initialize NvDsPrimaryGieBin.
NvDsPrimaryGieBin::queue
GstElement * queue
Definition: sources/apps/apps-common/includes/deepstream_primary_gie.h:31
NvDsGieConfig
Definition: sources/apps/apps-common/includes/deepstream_gie.h:40
NvDsPrimaryGieBin::bin
GstElement * bin
Definition: sources/apps/apps-common/includes/deepstream_primary_gie.h:30