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 
27 #ifndef __NVDS_GSTUTILS_H__
28 #define __NVDS_GSTUTILS_H__
29 
30 #include <gst/gst.h>
31 
32 #ifdef __cplusplus
33 extern "C" {
34 #endif
35 #include <gst/gst.h>
36 
51 void configure_source_for_ntp_sync (GstElement *src_elem);
52 
53 #ifdef __cplusplus
54 }
55 #endif
56 
57 #endif
58 
void configure_source_for_ntp_sync(GstElement *src_elem)
Configure the source to generate NTP sync values for RTSP sources.