NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nvdsgstutils.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
3  *
4  * NVIDIA Corporation and its licensors retain all intellectual property
5  * and proprietary rights in and to this software, related documentation
6  * and any modifications thereto. Any use, reproduction, disclosure or
7  * distribution of this software and related documentation without an express
8  * license agreement from NVIDIA Corporation is strictly prohibited.
9  */
10 
20 #ifndef __NVDS_GSTUTILS_H__
21 #define __NVDS_GSTUTILS_H__
22 
23 #include <gst/gst.h>
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 #include <gst/gst.h>
29 
44 void configure_source_for_ntp_sync (GstElement *src_elem);
45 
46 #ifdef __cplusplus
47 }
48 #endif
49 
50 #endif
void configure_source_for_ntp_sync(GstElement *src_elem)
Configure the source to generate NTP sync values for RTSP sources.