Utilities: Gstreamer utilities API

group gstreamer_utils

Specifies GStreamer utilities functions, used to configure the source to generate NTP Sync values.

Functions

void configure_source_for_ntp_sync(GstElement *src_elem)

Configure the source to generate NTP sync values for RTSP sources.

These values are used by the DeepStream GStreamer element NvStreamMux to calculate the NTP time of the frames at the source.

This functionality is dependent on the RTSP sending the RTCP Sender Reports. source.

This function only works for RTSP sources i.e. GStreamer elements “rtspsrc” or “uridecodebin” with an RTSP uri.

params[in] src_elem GStreamer source element to be configured.