NVIDIA DeepStream SDK API Reference

7.1 Release
nvdsgstutils.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 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 
29 #ifndef __NVDS_GSTUTILS_H__
30 #define __NVDS_GSTUTILS_H__
31 
32 #include <gst/gst.h>
33 
34 #ifdef __cplusplus
35 extern "C" {
36 #endif
37 #include <gst/gst.h>
38 
53 void configure_source_for_ntp_sync (GstElement *src_elem);
54 
55 #ifdef __cplusplus
56 }
57 #endif
58 
59 #endif
60 
configure_source_for_ntp_sync
void configure_source_for_ntp_sync(GstElement *src_elem)
Configure the source to generate NTP sync values for RTSP sources.