NVIDIA DeepStream SDK API Reference
9.1 Release
sources/apps/sample_apps/deepstream-test5/deepstream_test5_app.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: Copyright (c) 2019-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 __DEEPSTREAM_TEST5_APP_H__
19
#define __DEEPSTREAM_TEST5_APP_H__
20
21
#include <gst/gst.h>
22
#include "deepstream_config.h"
23
24
typedef
struct
25
{
26
gint
anomaly_count
;
27
gint
meta_number
;
28
struct
timespec timespec_first_frame;
29
GstClockTime
gst_ts_first_frame
;
30
GMutex
lock_stream_rtcp_sr
;
31
guint32
id
;
32
gint
frameCount
;
33
GstClockTime
last_ntp_time
;
34
}
StreamSourceInfo
;
35
36
typedef
struct
37
{
38
StreamSourceInfo
streams[
MAX_SOURCE_BINS
];
39
}
TestAppCtx
;
40
41
struct
timespec
extract_utc_from_uri
(gchar * uri);
42
43
#endif
MAX_SOURCE_BINS
#define MAX_SOURCE_BINS
Definition:
sources/apps/apps-common/includes/deepstream_config.h:91
StreamSourceInfo::anomaly_count
gint anomaly_count
Definition:
sources/apps/sample_apps/deepstream-test5/deepstream_test5_app.h:26
StreamSourceInfo::gst_ts_first_frame
GstClockTime gst_ts_first_frame
Definition:
sources/apps/sample_apps/deepstream-test5/deepstream_test5_app.h:29
StreamSourceInfo::lock_stream_rtcp_sr
GMutex lock_stream_rtcp_sr
Definition:
sources/apps/sample_apps/deepstream-test5/deepstream_test5_app.h:30
StreamSourceInfo::meta_number
gint meta_number
Definition:
sources/apps/sample_apps/deepstream-test5/deepstream_test5_app.h:27
StreamSourceInfo::last_ntp_time
GstClockTime last_ntp_time
Definition:
sources/apps/sample_apps/deepstream-test5/deepstream_test5_app.h:33
StreamSourceInfo
Definition:
sources/apps/sample_apps/deepstream-test5/deepstream_test5_app.h:24
StreamSourceInfo::frameCount
gint frameCount
Definition:
sources/apps/sample_apps/deepstream-test5/deepstream_test5_app.h:32
TestAppCtx
Definition:
sources/apps/sample_apps/deepstream-test5/deepstream_test5_app.h:36
StreamSourceInfo::id
guint32 id
Definition:
sources/apps/sample_apps/deepstream-test5/deepstream_test5_app.h:31
extract_utc_from_uri
struct timespec extract_utc_from_uri(gchar *uri)
DEEPSTREAM_TEST5_APP_H
Privacy Policy
|
Manage My Privacy
|
Do Not Sell or Share My Data
|
Terms of Service
|
Accessibility
|
Corporate Policies
|
Product Security
|
Contact
© 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
NVIDIA Confidential | Subject to Change | For test and development only.
Thu Jul 9 2026 11:48:19 | PR-09318-R32